Skip to content

Commit 5476f7c

Browse files
author
rich
committed
Style question
1 parent 81fc9da commit 5476f7c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

client/assets/styles/colour-cards.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
display: flex;
1717
flex-wrap: wrap;
1818
gap: 1rem;
19+
justify-content: center;
1920

2021
font-family: Poppins, sans-serif;
2122
font-weight: 400;

client/assets/styles/main.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,21 @@ main {
146146

147147
#question {
148148
display: none;
149+
150+
h2 {
151+
margin-bottom: var(--spacing-base);
152+
}
153+
154+
dl {
155+
display: grid;
156+
grid: 1fr 1fr / 1fr 1fr;
157+
width: calc(3 * var(--spacing-xx-large));
158+
margin-bottom: var(--spacing-base);
159+
160+
dd{
161+
font-weight: var(--bold);
162+
}
163+
}
149164
}
150165

151166
.answer-form fieldset {

0 commit comments

Comments
 (0)