modified: remarkbox_theme_meta/static/theme/meta/css/diff.css

This commit is contained in:
russellballestrini 2017-10-16 11:35:03 -04:00
parent 29c708a14b
commit 97ec55d2cd

View file

@ -134,6 +134,17 @@ div.container.main {
margin-top: 180px;
}
code, kbd, pre, samp, .MathJax_Display {
background-color: #fcf9f9;
padding: 15px;
border-radius: 8px;
}
.MathJax_Display {
width: unset !important;
}
@media screen and (max-width:750px) {
.navother {
top: 0px;