Skip to content

Commit 19c3ce0

Browse files
committed
docs: fix CSS for screens up to 1220px wide
1 parent 6238f50 commit 19c3ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overrides/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535

3636
/* Responsive adjustments for smaller screens */
37-
@media screen and (max-width: 768px) {
37+
@media screen and (max-width: 1220px) {
3838
[data-md-color-scheme="default"] .md-header {
3939
height: 3.5rem;
4040
}

0 commit comments

Comments
 (0)