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

26 lines
372 B
CSS
Raw Normal View History

2021-08-16 19:51:00 -04:00
.main {
margin: auto;
2021-08-19 11:22:25 -04:00
margin-top: calc(112rem / 16);
margin-bottom: calc(224rem / 16);
width: calc(800rem / 16);
2021-08-16 19:51:00 -04:00
}
.heading2 {
font-weight: 700;
2021-08-16 23:43:02 -04:00
color: var(--primary-heading);
2021-08-16 19:51:00 -04:00
}
.blue {
2021-08-16 23:43:02 -04:00
color: var(--primary-accent)
2021-08-16 19:51:00 -04:00
}
.links {
display: flex;
flex-direction: column;
}
.links > * {
font-weight: 400;
font-size: 16px;
2021-08-19 11:22:25 -04:00
margin-top: calc(30rem/16);
2021-08-16 19:51:00 -04:00
}