diff --git a/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.OqtaneTheme/Theme.css b/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.OqtaneTheme/Theme.css index de27f0cb..654247d4 100644 --- a/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.OqtaneTheme/Theme.css +++ b/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.OqtaneTheme/Theme.css @@ -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; }