From b9a69d31e7c0fc5dec5dcc41d6f1675602e5c470 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 20 Aug 2020 13:35:50 -0600 Subject: [PATCH] Update LoginView.vue --- src/components/LoginView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LoginView.vue b/src/components/LoginView.vue index cde2d5d..d79b00b 100644 --- a/src/components/LoginView.vue +++ b/src/components/LoginView.vue @@ -78,7 +78,7 @@ export default { color: var(--spotify-green); text-align: center; padding: 30px; - width: 33%; + width: 90%; } button { @@ -111,7 +111,7 @@ button:hover { cursor: pointer; } @media only screen and (min-width: 768px) { .card { - width: 90%; + width: 33%; } }