Skip to content

Commit 03d12cf

Browse files
correct help section, adjust empty height
1 parent 1d5678e commit 03d12cf

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

src/style.css

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ form#chooser #atrribution-details input::placeholder {
208208
}
209209

210210
aside #empty {
211-
min-height: 15em;
211+
min-height: 10em;
212212
padding: 2em;
213213

214214
background: var(--vocabulary-brand-color-soft-turquoise);
@@ -359,14 +359,27 @@ body.chooser-page .content {
359359

360360
}
361361

362-
.help {
362+
#help {
363363
margin-top: 4em;
364364
}
365365

366-
.help details {
366+
#help details {
367367
margin-bottom: 1em;
368368
}
369369

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+
padding: 0 1em;
381+
}
382+
370383

371384

372385
@media (max-width: 705px) {

0 commit comments

Comments
 (0)