Header one and image in title div are now in their box

This commit is contained in:
eoghan.conlon 2023-08-08 16:08:53 +01:00
parent c9cbc1d49a
commit 740686b483

View file

@ -5,18 +5,15 @@ body{
}
/* Title bar */
#title {
display: inline-block;
background-color: white;
height: 82px;
height: auto;
}
#title img {
float: left;
}
#title h1 {
position: relative;
}
#password {
background-color: white;
}