From d5ae18b3a4b1906afdb09d08b5c2a23f58df47e4 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 23 Dec 2019 10:34:48 -0500 Subject: [PATCH] [S] Limit max width and center --- src/App.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index b5b2261..1f134a9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -154,7 +154,6 @@ #title { - // Alignment margin-bottom: -10vh; @@ -174,6 +173,9 @@ #artwork-container { + // Center + margin: auto; + max-width: 1400px; .artwork {