diff options
author | wires <wires@noreply.wires.systems> | 2025-04-02 11:35:44 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-04-02 11:35:44 -0400 |
commit | bb8caf62bf64df01b70c9bfca673d4aed511a662 (patch) | |
tree | 18d6b92735a79340f78e7927d18e67f3317f5532 /assets/style.css | |
parent | slight edit (diff) | |
download | blog-bb8caf62bf64df01b70c9bfca673d4aed511a662.tar.gz |
the tweaks will continue until morale improves
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/style.css b/assets/style.css index 167c29e..f87534a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -69,6 +69,7 @@ header { padding: 1rem; display: block; overflow-x: auto; + font-size: 90%; } article h1 { @@ -136,6 +137,5 @@ hr { code { /* what a horrible hack*/ font-family: monospace, serif; - font-size: 90%; white-space: preserve nowrap; } |