www-new/pages/events/[year]/[term]/index.module.css

24 lines
371 B
CSS

.main {
margin-top: calc(60rem / 16);
margin-bottom: calc(60rem / 16);
}
.main > h2 {
padding-bottom: 1rem;
border-bottom: 1px solid var(--primary-heading);
}
@media only screen and (max-width: calc(768rem / 16)) {
.main {
margin-top: calc(60rem / 16);
}
}
.blue {
color: var(--primary-accent);
}
.miniEventCards {
margin-top: calc(30rem / 16);
}