make some fun components for rich text and events 🎷
This commit is contained in:
23
web/src/components/events/eventItem.module.scss
Normal file
23
web/src/components/events/eventItem.module.scss
Normal file
@ -0,0 +1,23 @@
|
||||
.eventItem {
|
||||
position: relative;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.image {
|
||||
width: 100%;
|
||||
padding-top: 60%;
|
||||
background: var(--color-neufPink);
|
||||
}
|
||||
|
||||
.text {
|
||||
padding: .8rem 0;
|
||||
}
|
||||
|
||||
.title,
|
||||
.details {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.details {
|
||||
font-family: var(--font-serif);
|
||||
}
|
Reference in New Issue
Block a user