wyling 4 жил өмнө
parent
commit
41210f0f52

+ 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>