Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylovescheese committed Aug 24, 2023
1 parent 1129af6 commit 6d693c4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,20 @@ body {
}
}

@media only screen and (max-width: 768px) and (pointer: none) {
.navigation-bar:hover {
top: 0 !important;
left: 0 !important;
width: 360px !important;
height: 100% !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-top-right-radius: 15px !important;
border-bottom-right-radius: 15px !important;
background-position: 40px 40px !important;
}
}

.navigation-bar {
width: 100px;
height: 100px;
Expand All @@ -107,7 +121,7 @@ body {
top: 0;
left: 0;
width: 360px;
height: 100vh;
height: 100%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 15px;
Expand Down

0 comments on commit 6d693c4

Please sign in to comment.