Skip to content

Commit

Permalink
style: MyAgendaList 깨짐
Browse files Browse the repository at this point in the history
  • Loading branch information
cweedlee committed Sep 9, 2024
1 parent b12f478 commit bb1bf91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles/agenda/Home/MyAgendaBtn.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@
}

.myAgendaListContainer {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(16rem, 3fr));

display: flex;
width: 100%;
height: 23rem;
flex-direction: column;
Expand All @@ -83,6 +81,7 @@
gap: 0.8rem;
@media screen and (min-width: 961px) {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(16rem, 3fr));
width: auto;
height: auto;
flex-direction: row;
Expand Down

0 comments on commit bb1bf91

Please sign in to comment.