Merge pull request #1148 from ae-utbm/footer

fix footer alignment on small screens
This commit is contained in:
Bartuccio Antoine
2025-07-07 16:32:06 +02:00
committed by GitHub

View File

@ -2,6 +2,10 @@
@import "devices";
footer.bottom-links {
>section>a {
text-align: center;
}
@media (max-width: $small-devices) {
margin-top: 0.6em;
padding: 1.25em;