Skip to content
Snippets Groups Projects
Unverified Commit c8e6bab0 authored by Olivia Simonet's avatar Olivia Simonet Committed by GitHub
Browse files

Correction de l'affichage des icônes dans le bloc contact et dans le footer (#519)

parent 4adbecd1
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,9 @@
position: relative
&::before
font-size: $footer-icons-size
margin-left: -0.3em
margin-right: $spacing-2
@include media-breakpoint-up(desktop)
font-size: $footer-icons-size-desktop
a
@include stretched-link
&.facebook
......
......@@ -58,8 +58,6 @@ footer#document-footer
display: flex
justify-content: flex-end
position: relative
&::after
margin-left: $spacing-2
a::after
display: none
&.facebook
......@@ -88,21 +86,19 @@ footer#document-footer
@include icon(rss-fill, after)
&::after
font-size: $footer-icons-size
margin-right: $spacing-2
transform: translateX(-25%)
+ li
margin-top: $spacing-3
@include media-breakpoint-up(desktop)
&::after
font-size: $footer-icons-size-desktop
margin-right: $spacing-2
margin-right: -0.2em
padding-left: $spacing-2
margin-left: $spacing-2
+ li
margin-top: space(4)
@include media-breakpoint-down(desktop)
width: fit-content
flex-direction: row-reverse
&::after
margin-right: $spacing-2
@if $footer-text-hidden
&-social.site-links li
font-size: 0
......
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