From ab50b6129544dec0f02e98676ce8d59a2bbe6dbe Mon Sep 17 00:00:00 2001 From: Rakantor Date: Sun, 7 May 2023 21:45:55 +0200 Subject: [PATCH] Change page content max width --- assets/variables.scss | 6 +++ pages/bio.vue | 116 +++++++++++++++++++++--------------------- 2 files changed, 65 insertions(+), 57 deletions(-) diff --git a/assets/variables.scss b/assets/variables.scss index a5b23c2..cd04bee 100644 --- a/assets/variables.scss +++ b/assets/variables.scss @@ -33,6 +33,12 @@ p a { } } +.page-content { + max-width: 800px; + margin-left: auto; + margin-right: auto; +} + .v-overlay__scrim { background: rgb(var(--v-theme-background)) !important; opacity: 0.9 !important; diff --git a/pages/bio.vue b/pages/bio.vue index 5de95d3..fa92e7c 100644 --- a/pages/bio.vue +++ b/pages/bio.vue @@ -1,61 +1,63 @@