Fix logo resizing

This commit is contained in:
Kristofers Solo 2023-01-19 22:13:57 +02:00
parent a5abd6d06d
commit 8a1c3eea21

View File

@ -29,7 +29,7 @@ body {
.logo {
margin: 1rem;
padding: 1rem;
max-width: 2.5rem;
width: 3rem;
aspect-ratio: 1;
}