모바일 - FAQ 디자인 반영

This commit is contained in:
현성필
2025-12-09 18:00:56 +09:00
parent 7656224f86
commit ba3ba32c5c
3 changed files with 21 additions and 1 deletions
@@ -10,6 +10,11 @@
overflow: hidden;
margin-bottom: $spacing-2xl;
@include respond-to('sm') {
background: #FFFFFF;
border-radius: 0;
}
.faq-item {
border-bottom: 1px solid #DADADA;
transition: $transition-base;
@@ -87,6 +92,10 @@
padding: $spacing-lg 20px $spacing-xl;
border-top: none;
@include respond-to('sm') {
background: #FFFFFF;
}
@media (max-width: $breakpoint-md) {
padding: $spacing-md $spacing-lg $spacing-lg;
}