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; }