Skip to content

Commit

Permalink
Style question
Browse files Browse the repository at this point in the history
  • Loading branch information
rich committed Sep 12, 2024
1 parent 974f927 commit 6aff9b5
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 @@ -15,6 +15,7 @@
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: center;

font-family: Poppins, sans-serif;
font-weight: 400;
Expand Down
15 changes: 15 additions & 0 deletions client/assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,21 @@ main {

#question {
display: none;

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

dl {
display: grid;
grid: 1fr 1fr / 1fr 1fr;
width: calc(3 * var(--spacing-xx-large));
margin-bottom: var(--spacing-base);

dd {
font-weight: var(--bold);
}
}
}

.answer-form fieldset {
Expand Down

0 comments on commit 6aff9b5

Please sign in to comment.