From 740686b4836483ffcfe43c370ee8e8986b59f9d0 Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Tue, 8 Aug 2023 16:08:53 +0100 Subject: [PATCH] Header one and image in title div are now in their box --- src/stylesheets/index.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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; }