1
0
Fork 0
forked from sr2/hugo-sr2

Compare commits

...
Sign in to create a new pull request.

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;
a {
display: block;
img {
margin-left: auto;
}
}
}