0
0
Fork 0

Update LoginView.vue

This commit is contained in:
Oliver 2020-08-20 13:35:50 -06:00 committed by GitHub
parent f8b26e2104
commit b9a69d31e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%;
}
}
</style>