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