From 0eba5427e658bb0c127c6189a1d4dbacc5c0d9b4 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Thu, 4 Oct 2018 00:30:47 +0000 Subject: [PATCH] Removed rotation error (for now) --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 35a25c4..01af430 100755 --- a/style.css +++ b/style.css @@ -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;