Update header image styles and comment out width property

The `width` property for `#header-img` was commented out due to layout issues impacting the logo display.
This commit is contained in:
Teriuihi 2025-04-05 03:45:50 +02:00
parent ba258fbf30
commit 50d28e62d9

View File

@ -15,7 +15,7 @@ header .container {
}
#header-img {
width: 45%;
//width: 45%; TODO peter figure out why you added this cus it makes the logo weird af
max-width: 550px;
padding-bottom: 15px;
margin-top: -120px;