fix footer

This commit is contained in:
ntr
2019-06-11 18:19:11 +10:00
parent 3705751d2b
commit d66755e8d6
4 changed files with 12 additions and 2 deletions
+4
View File
@@ -602,3 +602,7 @@ footer button .ready {
#nav-btn, #instance-nav {
display: none;
}
.mobile-title {
display: none;
}
+5
View File
@@ -52,4 +52,9 @@
.timer-container {
margin: 0.5em 0 0 0;
}
.mobile-title {
display: block;
margin-bottom: 1em;
}
}