From 8b3b446c9db714c69cf00e0e538dcfb8e99c8f81 Mon Sep 17 00:00:00 2001 From: Daniel Srb Date: Mon, 26 Oct 2020 13:01:13 +0100 Subject: [PATCH] better readability --- content/site.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/site.css b/content/site.css index ee56201..1fdc2fa 100644 --- a/content/site.css +++ b/content/site.css @@ -48,6 +48,12 @@ a:focus { border-color: #337AB7; } +.content { + max-width: 75ch; + margin-left: auto; + margin-right: auto; +} + .content ul li::before { color: #337AB7; }