소스 검색

update text presentation template

axolotle 2 년 전
부모
커밋
6b12f12cc8
1개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 9 2
      src/pages/Introduction.vue

+ 9 - 2
src/pages/Introduction.vue

@@ -80,10 +80,17 @@ export default {
 
   .page-intro {
     font-family: $font-family-text;
-    font-size: 2rem;
+    font-size: 1.5rem;
 
     @include media-breakpoint-up($size-bp) {
-      font-size: 3rem;
+      font-size: 2rem;
+    }
+
+    @include media-breakpoint-up($layout-bp) {
+      ::v-deep .page-wrapper {
+        max-width: 70%;
+        margin: auto;
+      }
     }
   }
 }