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

32 lines
468 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);
}
.header a {
color: var(--text);
font-size: calc(18rem / 16);
margin-right: calc(30rem / 16);
}
.header a .curTerm {
color: var(--primary-accent);
}
.blue {
color: var(--primary-accent);
}
.miniEventCards {
margin-top: calc(30rem / 16);
}
.main > .miniEventCards {
margin-top: 0;
}