Fix right aligned footer logos #2

Merged
irl merged 1 commit from mikael/hugo-sr2:right-align-footer-logos into main 2026-01-26 17:16:35 +00:00
Showing only changes of commit 9be694621f - Show all commits

View file

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