diff options
author | wires <wires@noreply.wires.systems> | 2025-08-13 16:05:04 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-08-13 16:05:04 -0400 |
commit | d05d6cd48e8de1e596390af9648dbb697a948443 (patch) | |
tree | 3a44bdf5f1ce45125b68a60b6ae43977ac1ac4de | |
parent | make LICENSE plain ascii (diff) | |
download | blog-main.tar.gz |
-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 265c3cb..57afd10 100644 --- a/assets/style.css +++ b/assets/style.css @@ -26,7 +26,7 @@ } body { - max-width: 50rem; + max-width: 60rem; padding: 2rem; margin: 0 auto; line-height: 1.8; |