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:
parent
ba258fbf30
commit
50d28e62d9
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user