From 6b12f12cc89f3e3e48e0ba8059c20c5b8a7eb076 Mon Sep 17 00:00:00 2001 From: axolotle Date: Tue, 26 Oct 2021 17:12:45 +0200 Subject: [PATCH] update text presentation template --- src/pages/Introduction.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/pages/Introduction.vue b/src/pages/Introduction.vue index 0368155..0df66b5 100644 --- a/src/pages/Introduction.vue +++ b/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; + } } } }