Who is Your Customer?
@@ -73,6 +74,9 @@ const handleConfirm = () => {
.setting {
z-index: 1;
padding: 3.17rem 4.9rem 0 8.4rem;
+ .c-svg {
+ width: initial;
+ }
}
.content {
margin-top: 55.3rem;
diff --git a/src/views/stylist/dressfor.vue b/src/views/stylist/dressfor.vue
index 5e036f2..71e1edf 100644
--- a/src/views/stylist/dressfor.vue
+++ b/src/views/stylist/dressfor.vue
@@ -1,6 +1,10 @@
-
-
+
+
+
+
+
+
What are you dressing for?
Start
@@ -25,14 +29,21 @@ const handleStart = () => {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
- padding: 6rem 12.4rem 0 8.5rem;
+ padding: 6rem 0 0 0;
.content {
- row-gap: 20rem;
+ .setting {
+ padding: 0 4.9rem 0 8.4rem;
+ .c-svg {
+ width: initial;
+ }
+ }
.text {
font-family: 'satoshiBold';
font-size: 11rem;
line-height: 106%;
text-align: center;
+ margin-top: 43.8rem;
+ margin-bottom: 14rem;
}
.start-btn {
font-size: 5.6rem;
@@ -43,6 +54,7 @@ const handleStart = () => {
align-items: center;
justify-content: center;
border-radius: 4rem;
+ margin: 0 auto;
}
}
}