Skip to content

Commit

Permalink
fix : 모바일 푸터 깨짐 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
sungyu0309 committed Jan 14, 2025
1 parent 769cbb4 commit c64cb14
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions styles/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
flex: 1;
min-width: 250px;
text-align: left;
margin-right: 30px;
margin-right: 30px;
}

.footer-content p,
Expand All @@ -43,10 +43,10 @@

.footer-links-wrapper {
display: flex;
justify-content: space-between;
gap: 30px;
justify-content: space-between;
gap: 30px;
flex: 1;
min-width: 500px;
/* min-width: 500px; */
}

.footer-links {
Expand Down Expand Up @@ -98,7 +98,7 @@
}

.footer-links-wrapper {
flex-direction: column;
flex-direction: column;
gap: 20px;
align-items: center;
}
Expand All @@ -114,6 +114,6 @@
.footer-content p,
.footer-content p1,
.footer-content p2 {
display:none;
}
display: none;
}
}

0 comments on commit c64cb14

Please sign in to comment.