Removed rotation error (for now)

master
Keith Irwin 5 years ago
parent c10ee9e061
commit 0eba5427e6
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0

@ -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;

Loading…
Cancel
Save