logo adjustments
This commit is contained in:
@@ -268,17 +268,23 @@ data:
|
|||||||
|
|
||||||
# Custom CSS
|
# Custom CSS
|
||||||
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 */
|
/* Make the logo widget container bigger */
|
||||||
#information-widgets .information-widget-logo {
|
#information-widgets .information-widget-logo {
|
||||||
min-height: 160px !important;
|
min-height: 185px !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make the image fill it */
|
/* Make the image fill it */
|
||||||
#information-widgets .information-widget-logo img {
|
#information-widgets .information-widget-logo img {
|
||||||
max-height: 160px !important;
|
max-height: 185px !important;
|
||||||
height: 160px !important;
|
height: 185px !important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
object-fit: contain !important;
|
object-fit: contain !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user