Logo max height 90px

This commit is contained in:
Cody 2023-12-18 13:03:19 -08:00 committed by GitHub
parent 4d3dd95a60
commit 7a4e4629e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,12 @@ app {
flex-direction: column;
}
/* App Logo */
.app-logo .img-fluid {
max-height: 90px;
padding: 0 5px 0 5px;
}
/* Admin Modal */
.app-admin-modal .modal {
position: fixed; /* Stay in place */