Merge pull request #2 from MagicalCodeMonkey/css

Fix table CSS
This commit is contained in:
MagicalCodeMonkey
2020-03-31 12:58:19 -04:00
committed by GitHub
+4
View File
@@ -84,6 +84,10 @@ a {
width: auto;
}
.md-typeset table:not([class]) {
background: transparent;
}
/* Fix mobile stylinf */
@media screen and (max-width: 76.1875em) {
.md-nav--primary .md-nav__title,