Skip to content

Commit

Permalink
style: media query refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Dec 4, 2023
1 parent 4876a42 commit 9fad96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
right: 0;
background-color: #0ff;
}
@media screen and (max-width: 896px) {
@media screen and (max-width: 904px) {
.full {
display: none !important;
}
Expand Down

0 comments on commit 9fad96a

Please sign in to comment.