Compare commits
2 Commits
98310897d4
...
15411335e9
| Author | SHA1 | Date | |
|---|---|---|---|
|
15411335e9
|
|||
|
f301e83163
|
@@ -10,6 +10,7 @@ h3 { font-size: 1.5em; }
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
width: 100%;
|
||||||
margin: none;
|
margin: none;
|
||||||
padding: none;
|
padding: none;
|
||||||
}
|
}
|
||||||
@@ -88,7 +89,6 @@ li {
|
|||||||
|
|
||||||
#content {
|
#content {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 1em;
|
|
||||||
width: 60em;
|
width: 60em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
@@ -120,6 +120,10 @@ ul#articlelist li a:hover {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mjx-container {
|
||||||
|
overflow-x: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 60em) {
|
@media (max-width: 60em) {
|
||||||
/* CSS that should be displayed if width is equal to or less than 60em goes here */
|
/* CSS that should be displayed if width is equal to or less than 60em goes here */
|
||||||
#contentWrapper { flex-direction: column }
|
#contentWrapper { flex-direction: column }
|
||||||
|
|||||||
Reference in New Issue
Block a user