모바일 - FAQ 디자인 반영
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user