From 089124976c114f12d74e52c2be970bf985642f3e Mon Sep 17 00:00:00 2001 From: Marcin Simonides Date: Wed, 20 Mar 2024 20:24:54 +0100 Subject: [PATCH] Fix top content margin. --- css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/style.css b/css/style.css index 5321d2d2..1aaf3f3e 100644 --- a/css/style.css +++ b/css/style.css @@ -86,6 +86,16 @@ footer a { max-width: 450px; } +.container.content:before { + /* Removes clearfix */ + display: inline; + content: '' +} + +.container.content { + margin-top: 4rem; +} + .page-title-header { width: 100%; background: no-repeat center center;