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

44 lines
633 B
CSS
Raw Normal View History

.main {
margin-top: calc(60rem / 16);
margin-bottom: calc(60rem / 16);
}
.main > h2 {
padding-bottom: 1rem;
border-bottom: 1px solid var(--primary-heading);
}
2021-08-30 20:11:13 -04:00
.header {
display: flex;
flex-wrap: wrap;
}
.header a {
color: var(--text);
font-size: calc(18rem / 16);
2021-08-30 20:11:13 -04:00
margin-right: 1rem;
}
.header a .curTerm {
color: var(--primary-accent);
}
.blue {
color: var(--primary-accent);
}
.miniEventCards {
margin-top: calc(30rem / 16);
}
.main > .miniEventCards {
margin-top: 0;
}
2021-08-30 19:13:12 -04:00
2021-08-30 20:11:13 -04:00
/* @media only screen and (max-width: calc(425rem / 16)) {
2021-08-30 19:13:12 -04:00
.header {
display: flex;
flex-direction: column;
}
2021-08-30 20:11:13 -04:00
} */