fix: Logo resizing on page load (#19307)

* fix resizing logo

* Refactor
This commit is contained in:
Geido 2022-03-22 19:34:49 +02:00 committed by GitHub
parent 7ca10fb770
commit d10a3d8bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -545,6 +545,7 @@ td.filtered {
display: flex;
flex-direction: column;
justify-content: center;
display: none;
}
// Making native radio buttons use brand color

View File

@ -103,7 +103,6 @@ const StyledHeader = styled.header`
theme.gridUnit * 4
}px`};
max-width: ${({ theme }) => `${theme.gridUnit * 37}px`};
img {
height: 100%;
object-fit: contain;