logo

demo

Unnamed repository; edit this file 'description' to name the repository.
commit: c99db83a274c74e95e999e514cb18574744a244d
parent: 0a0d8c1e946f84fa8b06447c128ebe0e3b673ccb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 10 Feb 2020 08:06:15 +0100

common.css: fix main max-width, smaller padding

Diffstat:

Mcommon.css4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common.css b/common.css @@ -5,8 +5,8 @@ } main { margin: 0 auto; - padding: 0 5em; - width: 90em; + padding: 0 2em; + max-width: 80em; } code { font-family: monospace; } h1,h2,h3,h4,h5,h6 {