From f3d8e496d60c8581eda565b6c256610ced991e63 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 21 Nov 2022 15:26:27 +0100 Subject: [PATCH] app center, max width 1320px --- frontend/src/App.vue | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b616f3a39..9e3a79944 100755 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,7 +1,9 @@ @@ -24,11 +26,16 @@ export default { src: url(./assets/scss/fonts/WorkSans-VariableFont_wght.ttf) format('truetype'); } #app { - min-width: 360px; font-size: 1rem; font-family: 'WorkSans', sans-serif !important; + /* justify-content: center; */ +} +.appContent { + min-width: 360px; + max-width: 1320px; + margin-right: auto; + margin-left: auto; } - @media screen and (max-width: 500px) { #app { font-size: 0.85rem;