From 66135cd81f6801d20b006cb447de9b8e166a057b Mon Sep 17 00:00:00 2001 From: RAbeyrathna Date: Thu, 9 Nov 2023 14:27:21 +1100 Subject: [PATCH] Add spacing to last blog element --- styles/breakpoints/_blog-breakpoints.scss | 3 +++ styles/pages/blog.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/styles/breakpoints/_blog-breakpoints.scss b/styles/breakpoints/_blog-breakpoints.scss index 2053ccf..6bbf254 100644 --- a/styles/breakpoints/_blog-breakpoints.scss +++ b/styles/breakpoints/_blog-breakpoints.scss @@ -214,6 +214,9 @@ height: 32% } } + &:last-of-type{ + margin-bottom: 100px; + } } } } \ No newline at end of file diff --git a/styles/pages/blog.css b/styles/pages/blog.css index 82fe6f5..e858cd4 100644 --- a/styles/pages/blog.css +++ b/styles/pages/blog.css @@ -207,6 +207,9 @@ body, form, fieldset, ol, ul, li, h1, h2, h3, h4, h5, h6, p { margin: 0; height: 32%; } + body .single:last-of-type { + margin-bottom: 100px; + } } #navbar { min-width: 100%;