From 07c027221637a89a96b7f4d93c6e99b2470978b1 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 8 Dec 2024 16:38:03 +0400 Subject: width set to a constant --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.css') 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; -- cgit v1.2.3