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 96c4d11 commit 4940087Copy full SHA for 4940087
docs/stylesheets/extra.css
@@ -1,4 +1,5 @@
1
-/* custom.css */
+
2
+/* main reading area */
3
.md-content {
4
text-align: justify;
5
}
@@ -15,14 +16,30 @@
15
16
display: none;
17
18
-@media (min-width: 1200px) {
19
+/* @media (min-width: 1000px) {
20
21
min-width: 1000px;
22
margin: 0 auto;
23
24
+} */
25
26
+@media screen and (min-width: 76.25em) and (max-width: 120rem) {
27
+ .md-sidebar--primary {
28
+ margin-left: 0 !important; /* Removes the extra gap */
29
+ }
30
31
+ .md-sidebar {
32
+ padding-left: 0 !important;
33
34
35
+ .md-main__inner {
36
+ margin-left: 0 !important;
37
+ max-width: 100% !important; /* Allow content to expand */
38
39
40
41
42
43
/* adds borders to either side of the reading area */
44
45
position: relative;
0 commit comments