From bdd2ef380b0aa0d43a8c61dbe17a719dbfb40b8f Mon Sep 17 00:00:00 2001 From: Amy Date: Fri, 20 Aug 2021 00:43:08 -0400 Subject: [PATCH] Clean up comments --- components/ShapesBackground.module.css | 2 -- pages/index.module.css | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components/ShapesBackground.module.css b/components/ShapesBackground.module.css index 68bc0b95..c68bcc52 100644 --- a/components/ShapesBackground.module.css +++ b/components/ShapesBackground.module.css @@ -33,8 +33,6 @@ opacity: 30%; } -/* * * HOME PAGE * * */ - .homeDots { top: calc(0.06 * (580rem / 0.65) / 16); left: calc(-32rem / 16); diff --git a/pages/index.module.css b/pages/index.module.css index a68520e4..79cc7aef 100644 --- a/pages/index.module.css +++ b/pages/index.module.css @@ -110,7 +110,7 @@ gap: 1rem; } -/* On a smaller desktop screen, make the events/new flow vertically */ +/* On a smaller desktop screen, make the events/news flow vertically */ @media only screen and (max-width: calc(1100rem / 16)) { .cards { flex-direction: column;