Skip to content
Snippets Groups Projects
Commit e4cb0a26 authored by Olivia206's avatar Olivia206
Browse files

Fixed sitemap margin

parent e2fb765c
No related branches found
No related tags found
No related merge requests found
.posts__page
aside
@include container
margin-top: $spacing1
margin-top: $spacing1
\ No newline at end of file
......@@ -5,5 +5,7 @@
padding-left: col(5)
ul
list-style: none
margin-bottom: 7.5rem
padding: 0
\ No newline at end of file
margin-bottom: calc(7.5rem / 2)
padding: 0
@include media-breakpoint-up(md)
margin-bottom: 7.5rem
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment