diff --git a/src/components/LoginView.vue b/src/components/LoginView.vue index 08b91b9..cde2d5d 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: 90%; + width: 33%; } button { @@ -108,4 +108,10 @@ button:hover { cursor: pointer; } border-style: solid; border-width: 2px; } + +@media only screen and (min-width: 768px) { + .card { + width: 90%; + } +}