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