diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-04-11 12:08:36 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-04-11 12:08:36 -0400 |
| commit | 639b186be88aff040832fb3cbb5bf118ba084bc3 (patch) | |
| tree | 7a7de83d5aa728370cc7db5267b9ad76717557e9 /public/style.css | |
| parent | e776bc3204bfa5832805788ad9c1a5accb575e0c (diff) | |
Update serif to sans-serif, minor style cleanup
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/public/style.css b/public/style.css index 3bc40da..7efaf5c 100644 --- a/public/style.css +++ b/public/style.css @@ -3,11 +3,10 @@ } body { - font-family: georgia, serif; - font-size: large; - line-height: 1.5; + font-family: Verdana, sans-serif; + line-height: 1.6; margin: 0 auto; - max-width: 40em; + max-width: 720px; padding: 0 1em; } @@ -68,7 +67,6 @@ header { .alert { border: 1px solid; font-family: sans-serif; - font-size: medium; margin: 10px 0; padding: 8px; } @@ -152,7 +150,7 @@ figure img { padding: 4px; } figure figcaption { - font-size: medium; + font-size: 90%; font-style: italic; padding: 8px; text-align: center; |
