lille-metropole-2022: fix custom links rendering (#71819)

This commit is contained in:
Serghei Mihai 2022-11-29 11:06:27 +01:00 committed by Gitea
parent cce06fc902
commit 7c79dfbb25
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ div.gru-nav {
font-size: 130%;
&::after {
content: '';
border: 0.2rem solid $primary-color;
border-top: 0.4rem solid $primary-color;
display: block;
width: 3.15rem;
@media ($max-mobile-viewport) {
@ -189,7 +189,7 @@ div.previous-button button {
position: absolute;
bottom: 0;
content: '';
border: 0.2rem solid $primary-color;
border-top: 0.4rem solid $primary-color;
width: 5rem;
}
}