CSS fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user