Commit 043aaabf8b061ce175ad052c355329740d5ba9b9
1 parent
1f32c771
use larger fonts, except for source footnotes
Showing
1 changed file
with
8 additions
and
2 deletions
... | ... | @@ -213,6 +213,12 @@ p { |
213 | 213 | overflow: hidden; |
214 | 214 | box-shadow: 0.625em 0.625em 0.625em rgba(0,0,0,0.7); |
215 | 215 | } |
216 | +#about .textbox ol { | |
217 | + text-align: left; | |
218 | +} | |
219 | +#about .textbox ol q { | |
220 | + text-align: justify; | |
221 | +} | |
216 | 222 | #about a { |
217 | 223 | outline: 0; |
218 | 224 | } |
... | ... | @@ -354,7 +360,7 @@ p { |
354 | 360 | position: relative; |
355 | 361 | left: 50%; |
356 | 362 | transform: translate(-50%, 0); |
357 | - font-size: x-small; | |
363 | + font-size: small; | |
358 | 364 | vertical-align: bottom; |
359 | 365 | } |
360 | 366 | .dictionary .headword { |
... | ... | @@ -386,7 +392,7 @@ p { |
386 | 392 | .dictionary ol li i { |
387 | 393 | display: block; |
388 | 394 | right: 0.625em; |
389 | - font-size: x-small; | |
395 | + font-size: small; | |
390 | 396 | position: absolute; |
391 | 397 | } |
392 | 398 | .dictionary ol li:before { | ... | ... |
Please
register
or
login
to post a comment