Logo max-height and padding

This commit is contained in:
Cody
2023-12-18 14:12:26 -08:00
committed by GitHub
parent ccda41e18e
commit 5f747db224

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;
}