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:
@@ -15,7 +15,7 @@ header .container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header-img {
|
#header-img {
|
||||||
width: 45%;
|
//width: 45%; TODO peter figure out why you added this cus it makes the logo weird af
|
||||||
max-width: 550px;
|
max-width: 550px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
margin-top: -120px;
|
margin-top: -120px;
|
||||||
|
|||||||
Reference in New Issue
Block a user