Skip to content

Commit

Permalink
Merge pull request #378 from sparcs-kaist/feat/fix-grid-layout
Browse files Browse the repository at this point in the history
Fix agenda section grid layout
  • Loading branch information
SnowSuno authored Sep 19, 2023
2 parents 850543d + 98f4182 commit 1dbf19c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/organisms/AgendaSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { css } from "@emotion/react";
const gridLayout = css`
display: grid;
grid-template-columns: 380px 300px;
grid-template-rows: auto 1fr;
grid-gap: 15px 20px;
// Ongoing Agenda
Expand Down

0 comments on commit 1dbf19c

Please sign in to comment.