1
0
Fork 0
forked from sr2/hugo-sr2

Compare commits

..

1 commit
main ... main

Author SHA1 Message Date
9be694621f Fix right aligned footer logos 2026-01-26 12:20:29 +01:00

View file

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