From 877ee4008470d8b68c094f6ea23161be33d86889 Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Sat, 15 Jan 2022 21:29:46 +0100 Subject: [PATCH] Set max-width for widescreen monitors --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 45b5406..0476b0f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -125,8 +125,8 @@ export default { height: 100vh; } .content-wrapper { - min-width: 60%; - max-width: 95%; + width: 65%; + max-width: 1320px; margin-top: 1rem; margin-bottom: 3rem; }