Clean up comments

This commit is contained in:
Amy 2021-08-20 00:43:08 -04:00
parent 93824c31d8
commit bdd2ef380b
2 changed files with 1 additions and 3 deletions

View File

@ -33,8 +33,6 @@
opacity: 30%; opacity: 30%;
} }
/* * * HOME PAGE * * */
.homeDots { .homeDots {
top: calc(0.06 * (580rem / 0.65) / 16); top: calc(0.06 * (580rem / 0.65) / 16);
left: calc(-32rem / 16); left: calc(-32rem / 16);

View File

@ -110,7 +110,7 @@
gap: 1rem; 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)) { @media only screen and (max-width: calc(1100rem / 16)) {
.cards { .cards {
flex-direction: column; flex-direction: column;