aboutsummaryrefslogtreecommitdiff
path: root/src/containers/BsuFantomSection
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/BsuFantomSection')
-rw-r--r--src/containers/BsuFantomSection/BsuFantomSection.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/BsuFantomSection/BsuFantomSection.tsx b/src/containers/BsuFantomSection/BsuFantomSection.tsx
index 6420402..418021c 100644
--- a/src/containers/BsuFantomSection/BsuFantomSection.tsx
+++ b/src/containers/BsuFantomSection/BsuFantomSection.tsx
@@ -27,7 +27,7 @@ const BsuFantomSection: React.FC = () => {
<ContentSection sectionName="Upcoming events" level={2}>
<Grid container spacing={2}>
{events?.map((event, index) => (
- <Grid item lg={3} md={4} sm={6} xs={12}>
+ <Grid item md={4} sm={6} xs={12}>
<EventCard event={event} mutate={mutate} />
</Grid>
))}