Skip to content
Snippets Groups Projects
Commit 52b8fb99 authored by alexisben's avatar alexisben
Browse files

fix spacings

parent c1727349
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@
.title
a::before
content: none
&--grid
.main-page
margin-bottom: $spacing2
&--list
.block-content
@include grid(2, lg)
......
......@@ -18,6 +18,7 @@ body
main
padding-bottom: $spacing3
// Create padding-top for fixed header under md
@include media-breakpoint-down(md)
padding-top: var(--header-height)
......@@ -32,6 +33,7 @@ ul
> *
margin-top: $spacing3
details
&:not([open]):hover
summary::after
......
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