1
0
Fork 0
forked from sr2/hugo-sr2

Fix right aligned footer logos

This commit is contained in:
Mikael von Pfaler 2026-01-26 12:20:29 +01:00
parent 6f61ccff24
commit 9be694621f

View file

@ -33,6 +33,9 @@ footer {
justify-items: end;
a {
display: block;
img {
margin-left: auto;
}
}
}