We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3943f93 commit f6627d2Copy full SHA for f6627d2
client/assets/styles/colour-cards.css
@@ -15,6 +15,7 @@
15
display: flex;
16
flex-wrap: wrap;
17
gap: 1rem;
18
+ justify-content: center;
19
20
font-family: Poppins, sans-serif;
21
font-weight: 400;
client/assets/styles/main.css
@@ -135,6 +135,21 @@ main {
135
136
#question {
137
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
148
149
+ dd{
150
+ font-weight: var(--bold);
151
152
153
}
154
155
.answer-form fieldset {
0 commit comments