diff options
author | Siri Reiter <siri@pjones.dk> | 2022-08-18 16:33:08 +0200 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2022-08-18 16:33:08 +0200 |
commit | c963d8e2b0603db02838084e818babd34b547901 (patch) | |
tree | efa6077bbf4672cea5e0701d4f6ee4319a4d5920 | |
parent | 9994bf0a2f8fa439d44eaa2fd59e4d0b3207fd9b (diff) |
lesser line width
-rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ a { #content { width: 96%; - max-width: 52em; + max-width: 32em; min-height: 480px; margin: 0 auto; padding: 2em 2%; |