diff --git a/index.html b/index.html index 5b4ed93..aa0d5a6 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ width: 100%; } #error { - + position: absolute; top: calc(50% - 20px ); left: 0; @@ -23,11 +23,11 @@ color: white; text-align: center; font: 40px Verdana; - + display: none; } @media screen and (min-width: 66.6vh){ - + #c { position:absolute; top:0; @@ -37,13 +37,13 @@ } } @media screen and (orientation: landscape) and (max-height: 500px ){ - + #error { - + display: inline-block; } #c { - + display: none; } } @@ -53,4 +53,4 @@
Please don't use landscape mode