Merge pull request #2576 from gradido/2574-mobile-device-login-refactor

refactor(frontend): tyle mobile device auth template
This commit is contained in:
Alexander Friedland 2023-01-19 11:25:48 +01:00 committed by GitHub
commit 38a93d0ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ export default {
.auth-header {
font-family: 'Open Sans', sans-serif !important;
height: 150px;
}
.sheet-img {
@ -61,6 +62,17 @@ export default {
max-width: 64%;
}
@media screen and (max-width: 1024px) {
.auth-header {
height: 100px;
}
}
@media screen and (max-width: 768px) {
.auth-header {
height: 70px;
}
}
@media screen and (max-width: 450px) {
.sheet-img {
top: -15px;