fix pagination pour SPIP3 + btn menu principal petit écran

This commit is contained in:
chankalan 2021-09-03 08:39:37 +02:00
parent 42f7206534
commit 780c36a43a
2 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,7 @@
.pages {
display: flex;
justify-content: space-between;
align-items: center;
.on {
color: #FFF;
background-color: $couleur-lien;

View File

@ -94,7 +94,6 @@
.nav {
padding-top:($spacer/2);
font-size:0.95rem;
z-index:7;
@include media($bp-medium-up) {
position:relative;
}