Centered common text on mobile

This commit is contained in:
2019-06-03 11:50:07 +10:00
parent f456113467
commit 6b272d06e4
3 changed files with 21 additions and 14 deletions
-1
View File
@@ -17,7 +17,6 @@ Patch
* Game Balance.
* Images to social media instead of links.
* Center the common links on mobile.
Wishlist
---
+8
View File
@@ -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 {