summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/play.css b/play.css
index b50cbb1..5064805 100644
--- a/play.css
+++ b/play.css
@@ -886,6 +886,9 @@ body.open .hand.minimize .card {
/* MOBILE PHONE LAYOUT */
@media (max-width: 800px) {
+ #banner {
+ display: none;
+ }
#tooltip {
top: 0;
left: 0;
@@ -896,6 +899,9 @@ body.open .hand.minimize .card {
}
@media (max-width: 400px) or (max-height: 600px) {
+ #banner {
+ display: none;
+ }
#tooltip.card {
width: 248px;
height: 344px;