disable logo resizing on small resolutions (#10929)

This commit is contained in:
ludwiczakpawel 2020-10-19 18:04:22 +02:00 committed by GitHub
parent b8cd343d05
commit 0da2907abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;