wyling 4 년 전
부모
커밋
41210f0f52
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      components/Banner.vue
  2. 3 1
      components/Pricing.vue

+ 1 - 1
components/Banner.vue

@@ -31,7 +31,7 @@
 
 <style scoped>
   .banner-one__title{
-    /* font-size: 70px; */
+    font-size: 40px;
     line-height: 120px;
   }
 </style>

+ 3 - 1
components/Pricing.vue

@@ -104,5 +104,7 @@
 </script>
 
 <style scoped>
-
+  h3{
+    font-size: 30px;
+  }
 </style>