Explorar o código

update text presentation template

axolotle %!s(int64=2) %!d(string=hai) anos
pai
achega
6b12f12cc8
Modificáronse 1 ficheiros con 9 adicións e 2 borrados
  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;
+      }
     }
   }
 }