www-new/components/EventCard.module.css

48 lines
694 B
CSS

.card {
display: flex;
flex-direction: row;
box-sizing: border-box;
padding: calc(24rem / 16);
}
.card aside {
flex: 0 0 calc(144rem / 16);
margin-right: calc(24rem / 16);
}
.card aside img {
width: 100%;
margin-bottom: 1rem;
}
.spacer {
margin-top: calc(76rem / 16);
}
.registerButton {
display: block;
font-weight: bold;
}
.content > h1 {
font-size: calc(24rem / 16);
font-weight: 700;
font-style: normal;
margin-top: 0;
margin-bottom: 0;
}
.content,
.content > h2 {
font-weight: 400;
font-style: normal;
margin-top: 0;
margin-bottom: 0;
}
.content > h2 {
color: var(--primary-heading);
font-size: 1rem;
margin-bottom: calc(14rem / 16);
}