logo resize with css
This commit is contained in:
@@ -305,7 +305,11 @@ data:
|
|||||||
docker.yaml: ""
|
docker.yaml: ""
|
||||||
|
|
||||||
# Custom CSS
|
# Custom CSS
|
||||||
custom.css: ""
|
custom.css: |
|
||||||
|
#information-widgets .information-widget-logo img {
|
||||||
|
max-height: 80px !important;
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
# Custom JS
|
# Custom JS
|
||||||
custom.js: ""
|
custom.js: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user