diff --git a/src/component/mainPage/signUp/index.vue b/src/component/mainPage/signUp/index.vue
index 0bdb8cc9..151e02a8 100644
--- a/src/component/mainPage/signUp/index.vue
+++ b/src/component/mainPage/signUp/index.vue
@@ -74,8 +74,8 @@
{{ item?.highlight }}
- {{ productList.Statement }}
+ {{ productList.Statement }}
@@ -611,6 +611,13 @@ export default defineComponent({
justify-content: center;
}
}
+ .statement{
+ width: 100%;
+ margin-top: 5rem;
+ font-size: 1.4rem;
+ text-align: center;
+ color: #8A8A8A;
+}
.gallery_list {
display: flex;
// justify-content: center;
@@ -620,13 +627,7 @@ export default defineComponent({
@media (max-width: 767px) {
margin-top: 2.4rem;
}
- .statement{
- width: 100%;
- margin-top: 5rem;
- font-size: 1.4rem;
- text-align: center;
- color: #8A8A8A;
- }
+
.gallery_item {
width: 36.2rem;
height: 46.8rem;