fix footer alignment on small screens

This commit is contained in:
2025-07-07 11:49:45 +02:00
parent 3e3c6631ff
commit ae5165af19

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;