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 {
color: $footer;
margin-top: 4rem;
margin: 6rem 0 4rem;
display: flex;
align-items: center;
.copyright {
flex: 1;
text-align: left;
}
.buymeacoffee {
flex: 1;
text-align: right;
img {
display: inline-block;
background-color: $accent;
padding: 4px 8px;
max-height: 32px;