Skip to content

Commit

Permalink
Update css
Browse files Browse the repository at this point in the history
  • Loading branch information
BernatBC committed Feb 3, 2024
1 parent ccdc9dd commit d62f374
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions assets/styles/components/images.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ html[data-theme='dark'] {
filter: invert(1);
}

.company-logo {
height: auto;
width: 64px;
.logo-holder {
height: 64px;
margin-bottom: 1em;
}

.company-logo {
max-height: 100%;
width: auto;
}

0 comments on commit d62f374

Please sign in to comment.