Centered common text on mobile
This commit is contained in:
@@ -17,7 +17,6 @@ Patch
|
||||
|
||||
* Game Balance.
|
||||
* Images to social media instead of links.
|
||||
* Center the common links on mobile.
|
||||
|
||||
Wishlist
|
||||
---
|
||||
|
||||
@@ -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