From 8fc2746c9df0c0ed3aa04e70d42fe25ae3349a21 Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Mon, 20 Sep 2021 16:45:18 -0400 Subject: [PATCH] Moved theater css out of home.css --- src/components/css/Home.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/components/css/Home.css b/src/components/css/Home.css index d1ba0ef..fffd0b2 100644 --- a/src/components/css/Home.css +++ b/src/components/css/Home.css @@ -28,11 +28,3 @@ body { height: auto; } - - -@media only screen and (max-width: 600px) { - .theater-content p { - width: 80vw; - } -} -