Update LoginView.vue
This commit is contained in:
parent
f8b26e2104
commit
b9a69d31e7
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ export default {
|
||||||
color: var(--spotify-green);
|
color: var(--spotify-green);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
width: 33%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
@ -111,7 +111,7 @@ button:hover { cursor: pointer; }
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
.card {
|
.card {
|
||||||
width: 90%;
|
width: 33%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue