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

27 lines
332 B
CSS

.main {
margin: auto;
margin-top: 7rem;
margin-bottom: 14rem;
width: 50rem;
}
.heading2 {
font-weight: 700;
font-size: 2.25rem;
color: var(--purple-2);
}
.blue {
color: var(--blue-2)
}
.links {
display: flex;
flex-direction: column;
}
.links > * {
font-weight: 400;
font-size: 16px;
margin-top: 30px;
}