From 787b6250e595ccb2f6d750984decadd6cd914be8 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Fri, 29 Sep 2023 03:05:16 +0200 Subject: [PATCH] Improve font size --- src/App.vue | 4 ++-- src/assets/main.css | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index a531d9f..eae57c6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -89,7 +89,7 @@ main { } .bottom-text { - font-size: 1.15rem; + font-size: 1.05rem; font-weight: 400; } @@ -107,7 +107,7 @@ main { h1 { font-weight: 500; - font-size: 2.1rem; + font-size: 1.9rem; top: -10px; } diff --git a/src/assets/main.css b/src/assets/main.css index cbd9cd4..4cadb11 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -1,6 +1,12 @@ @import './base.css'; +body{ + display: flex; + place-items: center; +} + #app { + display: flex; max-width: 1500px; margin: 0 auto; padding: 2rem; @@ -23,10 +29,6 @@ a, } @media (min-width: 1024px) { - body { - display: flex; - place-items: center; - } #app { display: flex;