Merge pull request #3572 from thabaum/patch-5

Sets Logo max height to 90px plus padding 5px right and left.
This commit is contained in:
Shaun Walker
2023-12-19 08:02:09 -05:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

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

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