Skip to content

Commit

Permalink
Add spacing to last blog element
Browse files Browse the repository at this point in the history
  • Loading branch information
RAbeyrathna committed Nov 9, 2023
1 parent a814678 commit 66135cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/breakpoints/_blog-breakpoints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@
height: 32%
}
}
&:last-of-type{
margin-bottom: 100px;
}
}
}
}
3 changes: 3 additions & 0 deletions styles/pages/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 66135cd

Please sign in to comment.