www-new/components/EventCard.module.css

48 lines
607 B
CSS

.card {
display: flex;
flex-direction: row;
max-width: 1000px;
box-sizing: border-box;
padding: 24px;
}
.card aside {
flex: 0 0 144px;
margin-right: 24px;
}
.card aside img {
width: 100%;
margin-bottom: 16px;
}
.spacer {
margin-top: 76px;
}
.registerButton {
width: 100%;
}
.content > h2 {
font-size: 24px;
font-weight: 700;
font-style: normal;
margin-top: 0;
margin-bottom: 0;
}
.content,
.content > h3 {
color: var(--purple-2);
font-size: 14px;
font-weight: 400;
font-style: normal;
margin-top: 0;
margin-bottom: 14px;
}
.content {
margin-bottom: 0;
}