Centered common text on mobile
This commit is contained in:
@@ -301,6 +301,10 @@ pre {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.centered.mobile {
|
||||
text-align: initial;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.show.mobile {
|
||||
display: block;
|
||||
@@ -309,6 +313,10 @@ pre {
|
||||
.hide.mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.centered.mobile {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.central p.equipmentTextPadding {
|
||||
|
||||
Reference in New Issue
Block a user