mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
update max-height logo in nav bar (#12811)
quick change to make logo in nav bad have a smaller height. This was done to give the logo a little more breathing space in the nav bar. **before:**  **after:** 
This commit is contained in:
parent
7a8923c14c
commit
04beb67f75
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.org-logo-icon {
|
||||
// ensures consistent nav bar height regardless of the logo image used
|
||||
min-height: 24px;
|
||||
max-height: 46px;
|
||||
max-height: 40px;
|
||||
max-width: 150px;
|
||||
padding: 0 $pad-small;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue