From 9a8107d1947b67cdafacf9711616efff8f6be5da Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 1 Oct 2024 17:16:09 +0200 Subject: Lower the margin of the blog and keep it for the home page --- assets/scss/web/_education.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'assets/scss/web/_education.scss') diff --git a/assets/scss/web/_education.scss b/assets/scss/web/_education.scss index fb84547..e1c57b0 100644 --- a/assets/scss/web/_education.scss +++ b/assets/scss/web/_education.scss @@ -1,6 +1,9 @@ .education { + margin-left: 0.5cm; + margin-right: 0.5cm; // add empty space to the end of page (as big as the header) margin-bottom: 150px; + } .education__details { -- cgit v1.2.3