disable logo resizing on small resolutions (#10929)
This commit is contained in:
parent
b8cd343d05
commit
0da2907abf
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ a {
|
|||
font-weight: var(--font-weight, var(--fw-medium));
|
||||
|
||||
display: inline-flex;
|
||||
flex-shrink: 0;
|
||||
align-self: stretch;
|
||||
align-items: center;
|
||||
vertical-align: middle;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue