Skip to content

Commit

Permalink
Style cards
Browse files Browse the repository at this point in the history
  • Loading branch information
rich committed Sep 12, 2024
1 parent c65ab0a commit 3943f93
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/assets/styles/colour-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@
.colour-cards input:checked + label .colour-cards__check-mark {
display: block;
}

15 changes: 15 additions & 0 deletions client/assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,18 @@ main {
align-self: center;
width: var(--spacing-xx-large);
}

#colour-section {
width: 30.5rem;
margin-bottom: var(--spacing-base);

fieldset {
margin-bottom: var(--spacing-base);
}

h2 {
margin-bottom: var(--spacing-medium-small);
}
}


0 comments on commit 3943f93

Please sign in to comment.