Fix linting

This commit is contained in:
Wolfgang Huß 2021-09-12 08:28:56 +02:00
parent fa6d3bb95d
commit e9189a3c58
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ export default {
.login-form { .login-form {
width: 80vw; width: 80vw;
max-width: 620px; max-width: 620px;
margin: auto; margin: auto;
.base-button { .base-button {
display: block; display: block;

View File

@ -259,6 +259,6 @@ export default {
.registration-slider { .registration-slider {
width: 80vw; width: 80vw;
max-width: 620px; max-width: 620px;
margin: auto; margin: auto;
} }
</style> </style>