redbadger/website-honestly

View on GitHub
site/pages/events/style.css

Summary

Maintainability
Test Coverage
@value badgerWhite from "../../css/_colors.css";

.h1 {
  composes: serif from "../../css/typography/_fonts.css";
  composes: fontM from "../../css/typography/_fonts.css";
  text-align: center;
  padding-top: 10px;
  background-color: badgerWhite;
}

.events {
  background-color: badgerWhite;
}

.pastEventsTitle {
  margin-top: 50px;
}