From 8d136312b7f0b3b67a3c13d9be6a9c998eda7284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Thu, 29 Sep 2022 23:49:10 +0200 Subject: [PATCH] Add body max width. --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index f0c167d..aad771b 100644 --- a/static/style.css +++ b/static/style.css @@ -6,6 +6,11 @@ html, body { font-size: 110%; } +body { + max-width: 80ex; + margin: 0 auto; +} + @font-face { font-family: "Atkinson Hyperlegible"; src: url('./fonts/atkinson-hyperlegible/eot/Atkinson-Hyperlegible-Regular-102.eot');