Compare commits

..

2 Commits

Author SHA1 Message Date
15411335e9 more minor styles.css tweaks 2021-12-23 22:02:34 +00:00
f301e83163 have mathjax scroll on overflow 2021-12-23 21:57:34 +00:00

View File

@@ -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 }