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 1d5678e commit 03d12cfCopy full SHA for 03d12cf
src/style.css
@@ -208,7 +208,7 @@ form#chooser #atrribution-details input::placeholder {
208
}
209
210
aside #empty {
211
- min-height: 15em;
+ min-height: 10em;
212
padding: 2em;
213
214
background: var(--vocabulary-brand-color-soft-turquoise);
@@ -359,14 +359,27 @@ body.chooser-page .content {
359
360
361
362
-.help {
+#help {
363
margin-top: 4em;
364
365
366
- .help details {
+ #help details {
367
margin-bottom: 1em;
368
369
370
+ #help ul {
371
+ font-size: 1em;
372
+ padding: 0 1em;
373
+ }
374
+
375
+ #help ul li {
376
+ padding-bottom: .5em;
377
378
379
+ #help dl {
380
381
382
383
384
385
@media (max-width: 705px) {
0 commit comments