Skip to content

Commit

Permalink
fix: 동아리 정보 카드 태블릿 슬라이드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauto committed Oct 23, 2021
1 parent 2057b48 commit 003120b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,13 @@ export default defineComponent({
color: $black;
}
.info-table {
padding-left: 64px;
.info-row {
display: flex;
flex-direction: column;
margin-bottom: 120px;
.title {
padding-left: 64px;
}
.information {
margin-top: 48px;
overflow-x: auto;
Expand All @@ -380,9 +382,11 @@ export default defineComponent({
display: flex;
flex-direction: column;
.cards {
min-width: 1200px;
gap: 32px;
display: flex;
display: inline-flex;
flex: 0 0 auto;
padding: 0 64px 0 64px;
}
}
}
Expand Down

0 comments on commit 003120b

Please sign in to comment.