Improved ladder appearance on mobile

This commit is contained in:
2019-06-05 22:10:15 +10:00
parent bd3b30fffd
commit 73fe349936
5 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ The best way to gain gold in this game is to attack other players. You can do th
<div class="break" />
Untrained recruits gain you 1 gold piece evey 5 minutes - the only unit type that grants a passive income. They also act as a defense force when your soldiers are away, but they have lower combat skills. When recriuts are attacked, it is marked as "undefended" in the combat log. Recruits can still use equipment.
Untrained recruits gain you 1 gold piece evey 10 minutes - the only unit type that grants a passive income. They also act as a defense force when your soldiers are away, but they have lower combat skills. When recriuts are attacked, it is marked as "undefended" in the combat log. Recruits can still use equipment.
<div class="break" />
+1 -1
View File
@@ -313,7 +313,7 @@ pre {
@media screen and (max-width: 480px) {
.show.mobile {
display: block;
display: inline-block;
}
.hide.mobile {