Skip to content

Commit

Permalink
Merge pull request #759 from Srikar-1729/sidebar_overlay_update
Browse files Browse the repository at this point in the history
Sidebar overlay adjusted for mobile view
  • Loading branch information
PriyaGhosal authored Oct 20, 2024
2 parents 972d91f + 374c239 commit ddf76ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ body.nav-active .navbar-list .navbar-link {
position: fixed;
top: 0;
left: 0;
width: 50%;
width: 320px;
height: 100vh;
background-color: white;

Expand Down

0 comments on commit ddf76ac

Please sign in to comment.