make header image the height of the header
This commit is contained in:
parent
032906cf7b
commit
4ca952604c
|
@ -29,10 +29,10 @@ footer {
|
||||||
|
|
||||||
#headerimg {
|
#headerimg {
|
||||||
border-right: 3px solid black;
|
border-right: 3px solid black;
|
||||||
height: 128px;
|
|
||||||
width: 128px;
|
width: 128px;
|
||||||
flex: initial;
|
|
||||||
background-image: url("/watching.jpg");
|
background-image: url("/watching.jpg");
|
||||||
|
flex: initial;
|
||||||
|
align-self: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
#headermain {
|
#headermain {
|
||||||
|
|
Loading…
Reference in New Issue