Skip to content

Commit

Permalink
Style: profile container width 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
irenee-14 committed Sep 9, 2024
1 parent 56dfe14 commit 8a7e8d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion styles/agenda/Profile/CurrentList.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
.currentItemWrapper {
width: 100%;
@media screen and (min-width: 961px) {
max-width: 21rem;
width: 48%;
}
}

.currentItemWrapper:first-child:last-child {
width: 100% !important;
}
8 changes: 7 additions & 1 deletion styles/agenda/Profile/HistoryList.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
.historyItem {
display: flex;
width: 100%;
max-width: 21rem;
height: auto;
flex-direction: column;
padding: 1rem;
Expand All @@ -27,6 +26,13 @@
justify-content: flex-start;
align-items: flex-start;
gap: 0.5rem;
@media screen and (min-width: 1401px) {
width: 48%;
}
}

.historyItem:first-child:last-child {
width: 100% !important;
}

.agendaTitle {
Expand Down

0 comments on commit 8a7e8d1

Please sign in to comment.