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

19 lines
280 B
CSS
Raw Normal View History

2021-08-18 11:40:38 -04:00
.main {
2021-08-23 20:16:01 -04:00
margin-top: calc(60rem / 16);
2021-08-23 20:20:22 -04:00
margin-bottom: calc(60rem / 16);
2021-08-18 11:40:38 -04:00
}
2021-08-22 14:57:22 -04:00
@media only screen and (max-width: calc(768rem / 16)) {
.main {
2021-08-23 20:16:01 -04:00
margin-top: calc(60rem / 16);
2021-08-22 14:57:22 -04:00
}
2021-08-18 11:40:38 -04:00
}
.blue {
2021-08-19 11:04:30 -04:00
color: var(--primary-accent);
2021-08-18 11:40:38 -04:00
}
.miniEventCards {
2021-08-19 11:04:30 -04:00
margin-top: calc(30rem / 16);
}