diff options
author | wires <wires@noreply.wires.systems> | 2025-04-01 14:11:20 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-04-01 14:11:20 -0400 |
commit | da7d8341ef0cbeae2d1eddcda9d2b0121b108b66 (patch) | |
tree | 5959e11f96d74ad79d175140d61b230c7cbb3e96 /assets/style.css | |
parent | rewrite homepage copy (diff) | |
download | blog-da7d8341ef0cbeae2d1eddcda9d2b0121b108b66.tar.gz |
fix headache with main page and mobile
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index 1b4cd46..200f8d3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -121,4 +121,5 @@ hr { code { font-size: 125%; + hyphens: none; } |