diff --git a/homepage-system/homepage-orsi.yaml b/homepage-system/homepage-orsi.yaml index 540d210..6a8fcd6 100644 --- a/homepage-system/homepage-orsi.yaml +++ b/homepage-system/homepage-orsi.yaml @@ -268,19 +268,25 @@ data: # Custom CSS custom.css: | + /* Reduce top padding on the information widgets bar */ + #information-widgets { + padding-top: 0.25rem !important; + margin-top: 0 !important; + } + /* Make the logo widget container bigger */ #information-widgets .information-widget-logo { - min-height: 160px !important; - display: flex !important; - align-items: center !important; + min-height: 185px !important; + display: flex !important; + align-items: center !important; } - + /* Make the image fill it */ #information-widgets .information-widget-logo img { - max-height: 160px !important; - height: 160px !important; - width: auto !important; - object-fit: contain !important; + max-height: 185px !important; + height: 185px !important; + width: auto !important; + object-fit: contain !important; } /* Iframe container sizing */