We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe75a1 commit c66e26cCopy full SHA for c66e26c
docs/stylesheets/extra.css
@@ -20,7 +20,19 @@ nav.md-nav--primary ul.md-nav__list li.md-nav__item--active.md-nav__item--nested
20
margin-right: auto;
21
max-width: 80%;
22
}
23
+/* Styles for devices with a screen width of 768px or less (e.g., tablets and mobile phones) */
24
+@media only screen and (max-width: 768px) {
25
+ .md-grid {
26
+ max-width: 90%;
27
+ }
28
+}
29
30
+/* Styles for devices with a screen width of 480px or less (e.g., mobile phones) */
31
+@media only screen and (max-width: 480px) {
32
33
+ max-width: 95%;
34
35
36
.md-tabs {
37
background-color: #a50a3e !important;
38
text-transform: uppercase;
0 commit comments