make header image the height of the header

This commit is contained in:
filifa 2024-08-15 21:39:11 -05:00
parent 032906cf7b
commit 4ca952604c
1 changed files with 2 additions and 2 deletions

View File

@ -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 {