Skip to content

Commit

Permalink
Fix Responsieness 2
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkanai committed Aug 19, 2021
1 parent 2354eba commit 5422c86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -573,18 +573,16 @@ ol li{
body{
position: relative;
width: 100vw;
border: solid;
}

#logo{
width: 30%;
}

header{
width: 100vw;
width: 100%;
position: fixed;
margin-bottom: unset;
left: 0;
z-index: 5;
}

Expand Down Expand Up @@ -647,6 +645,7 @@ ol li{
display: unset;
pointer-events: all;
cursor: pointer;
color: #000;
}

.Home{
Expand All @@ -655,7 +654,8 @@ ol li{
padding-top: 1.0rem;
align-items: center;
height: unset;
max-width: 99%;
min-width: 99%;
max-width: 100%;
border-bottom: none;
}

Expand Down

0 comments on commit 5422c86

Please sign in to comment.