Skip to content

Commit

Permalink
Improved the top padding of the side-navbar (#440)
Browse files Browse the repository at this point in the history
* fixes_#433

* fixes_cross

* Update index.html
  • Loading branch information
haseebzaki-07 authored Aug 7, 2024
1 parent f11e690 commit 6340d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ body {
z-index: 2;
background-color: var(--border-color1);
overflow-x: hidden;
padding-top: 2rem;

transition: left 0.3s ease, width 0.3s ease;
}
/* Hide the nav bar */
Expand All @@ -400,7 +400,7 @@ body {
cursor: pointer;
position: absolute;
z-index: 10000;
top: 45px;
top: 15px;
right: 40px;
display: block;
}
Expand Down

0 comments on commit 6340d5f

Please sign in to comment.