fix derniere_emission h2

This commit is contained in:
chankalan 2021-09-14 13:12:13 +02:00
parent 87f3cb584f
commit f3b6021d62
1 changed files with 5 additions and 2 deletions

View File

@ -401,7 +401,9 @@ h2 {
} }
} }
@include media($bp-small) { @include media($bp-small) {
margin:-$spacer 0 0 -($spacer*2); html:not(.composition_chroniques) & {
margin:-$spacer 0 0 -($spacer*2);
}
} }
overflow:visible; overflow:visible;
.composition_blog & { .composition_blog & {
@ -677,7 +679,8 @@ a:hover .fab, a:hover .fas {
margin-top:-($spacer*3.6); margin-top:-($spacer*3.6);
margin-bottom:($spacer*0.65); margin-bottom:($spacer*0.65);
@include media($bp-small) { @include media($bp-small) {
margin-bottom: 1.15rem; margin-bottom: 2.05rem;
} }
} }
} }