braine l'alleud: do not indent subtitles in footer (#66475)

This commit is contained in:
Frédéric Péters 2022-07-14 22:04:05 +02:00
parent b84a151284
commit 573dbb2498
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,6 @@ $logo-width: 110px;
}
}
nav.site-nav {
@media screen and (max-width: $nav-mobile-limit) {
margin-top: 75px;
@ -117,6 +116,9 @@ div.gru-nav > ul > li a {
box-shadow: none;
border: none;
}
h3 {
margin-left: 0;
}
}
.cell.dashboard-cell {