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%;