Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebellgray authored Sep 24, 2024
1 parent a9aa0b3 commit 6a02930
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
::-webkit-scrollbar-thumb:hover {
background: #612bd6;
}

/* navbar styling */
nav{
position: fixed;
Expand All @@ -38,13 +39,7 @@ nav.sticky{
background: #612bd6;
padding: 13px 0;
}
nav .navbar{
width: 90%;
display: flex;
justify-content: space-between;
align-items: center;
margin: auto;
}

nav .navbar .logo a{
font-weight: 500;
font-size: 35px;
Expand Down Expand Up @@ -86,18 +81,7 @@ nav.sticky .media-icons a{
color: #FFF;
}

/* Side Navigation Menu Button CSS */
nav .menu-btn,
.navbar .menu .cancel-btn{
position: absolute;
color: #fff;
right: 30px;
top: 20px;
font-size: 20px;
cursor: pointer;
transition: all 0.3s ease;
display: none;
}

nav .menu-btn{
color: #612bd6;
}
Expand Down

0 comments on commit 6a02930

Please sign in to comment.