From 3499065de71417bfeae55ea3a31935f5ece9c373 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Mon, 1 Feb 2021 13:56:13 -0600 Subject: [PATCH] fix bad css --- .../stylesheets/events/react-components/EventPage.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/assets/stylesheets/events/react-components/EventPage.scss b/web/app/assets/stylesheets/events/react-components/EventPage.scss index 8c1c491d8..ede05a155 100644 --- a/web/app/assets/stylesheets/events/react-components/EventPage.scss +++ b/web/app/assets/stylesheets/events/react-components/EventPage.scss @@ -92,7 +92,7 @@ padding-top:30px; height:0; overflow:hidden; - #top:-5rem; + //top:-5rem; border-width: $chunkyBorderWidth; border-style: solid; border-color: $copy-color-on-dark; @@ -109,7 +109,7 @@ .no-register { text-decoration: underline; font-weight:bold; - #margin-top:2rem; + //margin-top:2rem; display:block; } @@ -267,4 +267,4 @@ } -} \ No newline at end of file +}