diff --git a/src/stylesheets/index.css b/src/stylesheets/index.css index 21ac1f1..598f18d 100644 --- a/src/stylesheets/index.css +++ b/src/stylesheets/index.css @@ -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; }