Skip to content

Commit bf35471

Browse files
committed
fix: adjust display on small screens
1 parent b022aaf commit bf35471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/basic/_layout.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ body.close {
425425
}
426426
}
427427

428-
@media (max-width: 600px) {
428+
@media screen and (max-width: 768px) {
429429
.github-corner, .sidebar-toggle, .sidebar {
430430
position: fixed;
431431
}

0 commit comments

Comments
 (0)