From 644de9c72f458d0623ebe34b04e057212c908c64 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 17 Aug 2020 13:08:14 +0200 Subject: [PATCH] Restore default top margin --- articles/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/static/style.css b/articles/static/style.css index 522228a..9b39abc 100644 --- a/articles/static/style.css +++ b/articles/static/style.css @@ -9,7 +9,7 @@ body { max-width: 640px; - margin: 0 auto 6em; + margin: 8px auto 6em; font-family: Arial, sans-serif; color: var(--main); background-color: var(--background);