diff options
| author | Omar Rizwan <omar@omar.website> | 2023-07-12 00:48:39 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-07-12 00:48:39 +0000 |
| commit | 4ea2372a672bb93f4b8d4c9232129e7ba61fa546 (patch) | |
| tree | 4561fb87ee63a76957c4803aca55d7e764eaa4fb | |
| parent | Make web interface prettier. (diff) | |
| download | folk-4ea2372a672bb93f4b8d4c9232129e7ba61fa546.tar.gz folk-4ea2372a672bb93f4b8d4c9232129e7ba61fa546.zip | |
Small tweaks for info density/legibility
| -rw-r--r-- | assets/style.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/style.css b/assets/style.css index 22d59dbf..18f6a858 100644 --- a/assets/style.css +++ b/assets/style.css @@ -11,7 +11,6 @@ nav { justify-content: space-between; flex-direction: row; text-align: center; - font-variant: small-caps; font-weight: bold; } nav button { @@ -22,9 +21,8 @@ nav button { } body{ margin:1em auto; - max-width:40em; padding:0 .62em; - font:1.2em/1.62 sans-serif + font:1em/1.62 sans-serif; } h1,h2,h3 { line-height:1.2 |
