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

footer

parent acf41720
No related branches found
No related tags found
No related merge requests found
......@@ -34,11 +34,9 @@ footer[role="contentinfo"]
display: inline-block
a
display: block
.credit + [class^="nav-"],
[class^="nav-"] + [class^="nav-"]
margin-left: auto
margin-right: -$spacing0
.credit
a
padding: 0
......@@ -50,12 +48,6 @@ footer[role="contentinfo"]
padding: calc(#{$spacing0} / 2)
// END TODO
@include media-breakpoint-up(md)
[class^="nav-"] + .credit,
small + .credit
&::before
content: '—'
margin: 0 calc(#{$spacing0} / 2) 0 0
ul
@include list-reset
......
......@@ -7,7 +7,6 @@
"class" "nav-legal"
)}}
{{ end }}
{{ partial "footer/credit.html" }}
{{ if site.Data.menus.social }}
{{ partial "commons/menu.html"
(dict
......@@ -17,3 +16,7 @@
)}}
{{ end }}
</div>
<div class="credit">
{{ partial "footer/credit.html" }}
</div>
<small class="credit">{{ safeHTML (i18n "commons.credit") }}</small>
<small>{{ safeHTML (i18n "commons.credit") }}</small>
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