Skip to content

Commit f6627d2

Browse files
author
rich
committed
Style question
1 parent 3943f93 commit f6627d2

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
@@ -15,6 +15,7 @@
1515
display: flex;
1616
flex-wrap: wrap;
1717
gap: 1rem;
18+
justify-content: center;
1819

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

client/assets/styles/main.css

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

136136
#question {
137137
display: none;
138+
139+
h2 {
140+
margin-bottom: var(--spacing-base);
141+
}
142+
143+
dl {
144+
display: grid;
145+
grid: 1fr 1fr / 1fr 1fr;
146+
width: calc(3 * var(--spacing-xx-large));
147+
margin-bottom: var(--spacing-base);
148+
149+
dd{
150+
font-weight: var(--bold);
151+
}
152+
}
138153
}
139154

140155
.answer-form fieldset {

0 commit comments

Comments
 (0)