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 81fc9da commit 5476f7cCopy full SHA for 5476f7c
client/assets/styles/colour-cards.css
@@ -16,6 +16,7 @@
16
display: flex;
17
flex-wrap: wrap;
18
gap: 1rem;
19
+ justify-content: center;
20
21
font-family: Poppins, sans-serif;
22
font-weight: 400;
client/assets/styles/main.css
@@ -146,6 +146,21 @@ main {
146
147
#question {
148
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
159
160
+ dd{
161
+ font-weight: var(--bold);
162
163
164
}
165
166
.answer-form fieldset {
0 commit comments