Skip to content
Snippets Groups Projects
Commit 1ba4ec10 authored by alexisben's avatar alexisben
Browse files

footer-spacing

parent d67f967f
No related branches found
No related tags found
No related merge requests found
.blocks
.block
margin-top: $spacing1
margin-top: $spacing4
&:first-of-type
margin-top: 0
&-with-title
margin-top: $spacing4
// &-with-title
// margin-top: $spacing4
&:last-of-type
margin-bottom: $spacing4
.block
// Mobile & full-width
......
......@@ -70,6 +70,8 @@
background-color: $block-pages-card-background
padding-bottom: $grid-gutter
padding-top: $grid-gutter
.blocks &:last-of-type
margin-bottom: 0
.cards
@include grid(2, md)
@include in-page-with-sidebar
......
......@@ -3,7 +3,6 @@ footer[role="contentinfo"]
color: $footer-color
padding-bottom: $spacing3
padding-top: $spacing3
margin-top: $spacing4
a
color: inherit
.logo
......
......@@ -58,6 +58,9 @@ ul
// margin-bottom: 0 // TODO : vérifier les cas particuliers
// margin-top: $spacing1
.document-content
> .container:last-of-type
margin-bottom: $spacing4
details
&:not([open]):hover
......
......@@ -5,6 +5,7 @@
align-items: center
display: flex
margin-top: $spacing3
margin-bottom: $spacing4
li
a
color: inherit
......@@ -36,6 +37,7 @@
.posts-navigation
border-top: 1px solid $color-border
margin-top: $spacing3
margin-bottom: $spacing4
ul
@include list-reset
display: flex
......
......@@ -14,7 +14,6 @@
{{ partial "PrepareHTML" .context.Params.description_short }}
</p>
{{- if .block_wrapped -}}
</div>
</div>
......
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