Add margin-bottom for terms

pull/158/head
Jared He 2 years ago
parent 56e4313ef2
commit 24885e5185
  1. 1
      pages/events/[year]/[term]/term.module.css

@ -1,5 +1,6 @@
.main {
margin-top: calc(60rem / 16);
margin-bottom: calc(60rem / 16);
}
@media only screen and (max-width: calc(768rem / 16)) {

Loading…
Cancel
Save