fix: adjust display on small screens
This commit is contained in:
parent
b022aaf14e
commit
bf35471a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ body.close {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
@media screen and (max-width: 768px) {
|
||||
.github-corner, .sidebar-toggle, .sidebar {
|
||||
position: fixed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue