This commit is contained in:
2019-06-03 13:50:49 +10:00
parent 2d09fac85d
commit b3b3f04f82
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -307,6 +307,10 @@ pre {
display: none;
}
.centered.mobile {
text-align: initial;
}
@media screen and (max-width: 480px) {
.show.mobile {
display: block;
@@ -325,3 +329,7 @@ pre {
padding-top: .25em;
padding-bottom: .25em;
}
.alwaysCentered {
text-align: center !important;
}