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

owl margin wip

parent 6557478e
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ main
// Create padding-top for fixed header under md
@include media-breakpoint-down(md)
padding-top: var(--header-height)
> * + *
margin-top: $spacing3
.container
@include container
......@@ -45,11 +47,22 @@ ul
padding-left: px2rem(15)
.blocks
> *
// > *
// margin-top: $spacing3
// padding-bottom: $spacing3
// &:last-child
// padding-bottom: $spacing4
> * + *
margin-top: $spacing3
> *:not(:last-child)
padding-bottom: $spacing3
&:last-child
padding-bottom: $spacing4
> *:last-child
padding-bottom: $spacing4
section
* + p
margin-bottom: 0 // TODO : vérifier les cas particuliers
margin-top: $spacing1
details
&:not([open]):hover
......
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