Browse Source

update text presentation template

axolotle 2 years ago
parent
commit
6b12f12cc8
1 changed files with 9 additions and 2 deletions
  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;
+      }
     }
   }
 }