From 35a0de122750a04190db0e7f5c18c54e9826f054 Mon Sep 17 00:00:00 2001 From: Christopher White Date: Wed, 24 Jul 2024 17:26:53 -0500 Subject: [PATCH] Update header.css --- styles/header.css | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/styles/header.css b/styles/header.css index 29284c0..f737c93 100644 --- a/styles/header.css +++ b/styles/header.css @@ -6,25 +6,24 @@ text: 12 gold; } - - .logo_container{ - height: 100%; - display: block; - float: left; - } +.logo_container{ + height: 100%; + display: block; + float: left; +} - .logo_container h1{ - color:gold; - height: 100%; - padding:3px; - display: table-cell; - vertical-align: left; - font-family: 'sans'; - font-size: 32px; - font-weight: 200; - position: relative; bottom:60px; - left:20px; - } +.logo_container h1{ + color:gold; + height: 100%; + padding:3px; + display: table-cell; + vertical-align: left; + font-family: 'sans'; + font-size: 32px; + font-weight: 200; + position: relative; bottom:60px; + left:20px; +} .navigation{ display: flex; @@ -46,7 +45,6 @@ left:180px; } - .search-icon{ width:20px; height:20px; @@ -77,7 +75,6 @@ .button li { display: flex; - }