Explorar el Código

update text presentation template

axolotle hace 2 años
padre
commit
6b12f12cc8
Se han modificado 1 ficheros con 9 adiciones y 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;
+      }
     }
   }
 }