summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-12-08 16:38:03 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-12-08 16:38:03 +0400
commit07c027221637a89a96b7f4d93c6e99b2470978b1 (patch)
tree60ef6f904e0fc8db6be93c44569337261395d5b3 /style.css
parent29be157d372efea8cd5f420a15139fb2d1498037 (diff)
width set to a constant
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index beb961e..2cde8a8 100644
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@
body {
font: 15px monospace;
- max-width: 60em;
+ width: 60em;
display:block;
padding-top: 4em;
margin: auto;