Skip to content

Commit

Permalink
fix(contact): adjust faq box mobile border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
KimHunJin committed Oct 29, 2021
1 parent 7e30f0e commit 2f3a37f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/contact/faqBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default defineComponent({
display: flex;
flex-direction: column;
background-color: $grey01;
box-sizing: border-box;
border-radius: 16px;
.questionArea {
Expand All @@ -81,6 +80,7 @@ export default defineComponent({
@include d-c3 {
.faqBox {
padding: 32px;
box-sizing: border-box;
}
.questionArea {
Expand All @@ -104,6 +104,7 @@ export default defineComponent({
@include d-c2 {
.faqBox {
padding: 32px;
box-sizing: border-box;
}
.questionArea {
Expand All @@ -127,6 +128,7 @@ export default defineComponent({
@include d-c1 {
.faqBox {
padding: 32px;
box-sizing: border-box;
}
.questionArea {
Expand All @@ -150,6 +152,7 @@ export default defineComponent({
@include m-c2 {
.faqBox {
padding: 24px;
border-radius: 8px;
}
.questionArea {
Expand All @@ -173,6 +176,7 @@ export default defineComponent({
@include m-c1 {
.faqBox {
padding: 24px;
border-radius: 8px;
}
.questionArea {
Expand Down

0 comments on commit 2f3a37f

Please sign in to comment.