Add logo styling to adjust size and maintain aspect ratio
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
gribse 2025-05-20 23:39:44 +02:00
parent 00e6ab5da0
commit 4cd1e17589

View file

@ -66,6 +66,10 @@
font-size: 3rem; /* Adjust font size as needed */
}
.logo {
width: 50px; /* Adjust logo size */
height: auto; /* Maintain aspect ratio */
}
.navigation {
flex-grow: 3;
display: flex;