PR fixes

pull/151/head
Jared He 2 years ago
parent a13f48edfe
commit 59b63a3d2f
  1. 0
      content/events/2021/fall/.gitkeep
  2. 0
      content/events/2021/winter/.gitkeep
  3. 8
      pages/events/[year]/index.module.css

@ -3,16 +3,10 @@
}
.main > h2 {
padding-bottom: 1rem;
padding-bottom: calc(1rem / 16);
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);
}

Loading…
Cancel
Save