From 165e51e74619b3fe5b13a84b841668ab40f322c5 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 17 Aug 2020 12:53:38 +0200 Subject: [PATCH] Add bottom margin --- articles/static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/articles/static/style.css b/articles/static/style.css index d3b5d19..522228a 100644 --- a/articles/static/style.css +++ b/articles/static/style.css @@ -9,8 +9,7 @@ body { max-width: 640px; - margin-left: auto; - margin-right: auto; + margin: 0 auto 6em; font-family: Arial, sans-serif; color: var(--main); background-color: var(--background);