diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-12-08 16:38:03 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-12-08 16:38:03 +0400 |
commit | 07c027221637a89a96b7f4d93c6e99b2470978b1 (patch) | |
tree | 60ef6f904e0fc8db6be93c44569337261395d5b3 /style.css | |
parent | 29be157d372efea8cd5f420a15139fb2d1498037 (diff) |
width set to a constant
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ body { font: 15px monospace; - max-width: 60em; + width: 60em; display:block; padding-top: 4em; margin: auto; |