From d92ac8ccf6516011bc40bff2b17ef0d0d766f9de Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 31 May 2020 23:25:11 +0200 Subject: Update dependencies + adapt code for them --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index c18e6fa..6c7fd1b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -31,12 +31,14 @@ main { h1, h2, h3, h4 { margin: 1.414em 0 0.5em; font-weight: 400; + width: 100%; + max-width: 640px; } p, ul, ol, img { width: 100%; margin: 1.414em 0; - max-width: 30em; + max-width: 480px;; } ul, ol { margin-left: 1.414em; } -- cgit