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 bar */
#title { #title {
display: inline-block;
background-color: white; background-color: white;
height: 82px; height: auto;
} }
#title img { #title img {
float: left; float: left;
} }
#title h1 {
position: relative;
}
#password { #password {
background-color: white; background-color: white;
} }