increased logo size
This commit is contained in:
@@ -667,6 +667,19 @@ data:
|
||||
background-color: #5ac8d8 !important; /* CYAN underline */
|
||||
}
|
||||
|
||||
.header {
|
||||
min-height: 100px !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
|
||||
/* This matches your DOM: <div class="logo"> <img ...> */
|
||||
.logo img {
|
||||
max-height: 120px !important;
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
object-fit: contain !important;
|
||||
}
|
||||
|
||||
/* =========================================================================
|
||||
WIDGET TITLES
|
||||
The "WEATHER", "NEWS & FEEDS", etc. headers on each widget
|
||||
|
||||
Reference in New Issue
Block a user