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