We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64dbdc3 commit 8ddb2eeCopy full SHA for 8ddb2ee
docs/stylesheets/extra.css
@@ -21,6 +21,20 @@ nav.md-nav--primary ul.md-nav__list li.md-nav__item--active.md-nav__item--nested
21
max-width: 80%;
22
}
23
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
34
+ max-width: 95%;
35
36
37
38
:root {
39
--md-primary-fg-color: #00b4cc;
40
--md-primary-fg-color--light: #2568a7;
0 commit comments