Skip to content

Commit 8ddb2ee

Browse files
committed
fixed docs css
1 parent 64dbdc3 commit 8ddb2ee

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/stylesheets/extra.css

+14
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ nav.md-nav--primary ul.md-nav__list li.md-nav__item--active.md-nav__item--nested
2121
max-width: 80%;
2222
}
2323

24+
/* Styles for devices with a screen width of 768px or less (e.g., tablets and mobile phones) */
25+
@media only screen and (max-width: 768px) {
26+
.md-grid {
27+
max-width: 90%;
28+
}
29+
}
30+
31+
/* Styles for devices with a screen width of 480px or less (e.g., mobile phones) */
32+
@media only screen and (max-width: 480px) {
33+
.md-grid {
34+
max-width: 95%;
35+
}
36+
}
37+
2438
:root {
2539
--md-primary-fg-color: #00b4cc;
2640
--md-primary-fg-color--light: #2568a7;

0 commit comments

Comments
 (0)