Fix footer style

This commit is contained in:
Ariejan de Vroom 2024-01-24 15:51:33 +01:00
parent 2d1df5486d
commit d5de19a84c
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -205,18 +205,21 @@ header {
footer { footer {
color: $footer; color: $footer;
margin-top: 4rem; margin: 6rem 0 4rem;
display: flex; display: flex;
align-items: center; align-items: center;
.copyright { .copyright {
flex: 1; flex: 1;
text-align: left;
} }
.buymeacoffee { .buymeacoffee {
flex: 1; flex: 1;
text-align: right;
img { img {
display: inline-block;
background-color: $accent; background-color: $accent;
padding: 4px 8px; padding: 4px 8px;
max-height: 32px; max-height: 32px;