braine l'alleud: add lateral padding to footer on mobile (#66475)

This commit is contained in:
Frédéric Péters 2022-07-14 22:02:54 +02:00
parent 2be76353c2
commit b84a151284
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ $logo-width: 110px;
background-position: center;
}
}
#footer {
padding-left: 25px;
padding-right: 25px;
}
}