From c287af71c2e3cb483fb1bfdbed10edfa42ef1c83 Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Sun, 3 Feb 2019 01:39:28 -0500 Subject: [PATCH] Improved responsive coding in style.css --- site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.css b/site.css index 3a73b39..fc37c90 100644 --- a/site.css +++ b/site.css @@ -155,7 +155,7 @@ padding: 20px 0px; padding: 0px 20px 0px 20px; } -@media screen and (orientation: landscape) and (min-width: 1024px){ +@media only screen and (orientation: landscape) and (min-width: 1024px){ #content { float: right; width: 74%; @@ -226,7 +226,7 @@ color: #00FF00; } } -@media screen and (orientation: landscape) and (min-width: 1024px){ +@media only screen and (orientation: landscape) and (min-width: 1024px){ #sidebar { float: left; width: 22%;