Logo max-height 90px, Padding 5px L/R

This commit is contained in:
Cody 2023-12-18 14:11:29 -08:00 committed by GitHub
parent 2bb83c6532
commit ccda41e18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,12 @@ body {
padding-top: 7rem;
}
/* App Logo */
.app-logo .img-fluid {
max-height: 90px;
padding: 0 5px 0 5px;
}
.table > :not(caption) > * > * {
box-shadow: none;
}