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
@@ -313,7 +313,7 @@ pre {
@media screen and (max-width: 480px) {
.show.mobile {
display: block;
display: inline-block;
}
.hide.mobile {