19 lines
385 B
CSS
19 lines
385 B
CSS
#logo {
|
|
height: 40px !important;
|
|
width: auto !important;
|
|
}
|
|
|
|
.navbar-brand {
|
|
min-width: 260px !important;
|
|
display: flex !important;
|
|
align-items: center !important;
|
|
gap: 12px !important;
|
|
}
|
|
|
|
.navbar-brand #logo {
|
|
width: 220px !important;
|
|
height: auto !important;
|
|
max-height: 48px !important;
|
|
flex-shrink: 0 !important;
|
|
}
|