Removed rotation error (for now)

master
Keith Irwin 2018-10-04 00:30:47 +00:00
parent c10ee9e061
commit 0eba5427e6
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ header, main, footer, .error, noscript {
}
@media (orientation:portrait) {
.error#rotated { display: none; }
/*.error#rotated { display: none; }*/
header, main, footer {
width: 90vw;
padding: 5vw;
@ -66,7 +66,7 @@ header, main, footer, .error, noscript {
}
}
@media (orientation:landscape) {
.error#rotated { display: block; }
/*.error#rotated { display: block; }*/
header, main, footer {
height: 90vh;
padding: 5vh;