make some fun components for rich text and events 🎷
This commit is contained in:
7
web/src/components/events/eventList.module.scss
Normal file
7
web/src/components/events/eventList.module.scss
Normal file
@ -0,0 +1,7 @@
|
||||
.eventList {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
column-gap: var(--spacing-gap-column);
|
||||
row-gap: var(--spacing-gap-row);
|
||||
padding-bottom: var(--spacing-section-bottom);
|
||||
}
|
Reference in New Issue
Block a user