Skip to content

Commit

Permalink
fix(app-card): logo aspect ratio (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pi5rr5 authored May 18, 2022
1 parent a6e5858 commit 434743c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions libs/web-components/app-card/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ $fds-blue: #009CBD;

img {
width: auto;
height: 70px;
height: auto;
max-width: 70px;
max-height: 70px;
}

.app-card-logo-fallback {
Expand Down Expand Up @@ -202,7 +204,9 @@ $fds-blue: #009CBD;

img {
width: auto;
height: 42px;
height: auto;
max-width: 42px;
max-height: 42px;
}
}

Expand Down

0 comments on commit 434743c

Please sign in to comment.