alpes-maritimes-2022: make header compatible with Edge 89 (#73749)

This commit is contained in:
Thomas Jund 2023-01-24 10:02:58 +01:00
parent b0644e9385
commit 51c73faaa7
1 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ h3, .h3 {
font-size: 18rem / $base-font;
@media ($min-desktop-viewport) {
font-size: 24rem / $base-font;
align-self: end;
align-self: flex-end;
border-left: 1px solid #000;
padding-left: 0.75rem;
}
@ -288,7 +288,7 @@ h3, .h3 {
}
// Nav
.site-nav {
align-self: end;
align-self: flex-end;
}
div.gru-nav > ul {
margin: 0;