Skip to content

Commit

Permalink
Update header.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris255202 authored Jul 24, 2024
1 parent 5437139 commit 35a0de1
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions styles/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -46,7 +45,6 @@
left:180px;
}


.search-icon{
width:20px;
height:20px;
Expand Down Expand Up @@ -77,7 +75,6 @@

.button li {
display: flex;

}


Expand Down

0 comments on commit 35a0de1

Please sign in to comment.