Skip to content

Commit

Permalink
Fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
jlau0170 committed Aug 6, 2024
1 parent ea85774 commit 2f0d477
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/ms-store-badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,8 @@ class MSStoreBadge extends HTMLElement {
box-shadow: 0 12px 40px 20px rgba(0, 0, 0, 0.05);
}
img.small {
max-height: 52px;
}
img.large {
max-height: 104px;
height: 864px;
height: 104px;
}`


Expand All @@ -207,13 +202,8 @@ class MSStoreBadge extends HTMLElement {
border-radius: 8px;
}
img.small {
max-height: 52px;
}
img.large {
max-height: 104px;
height: 864px;
height: 104px;
}`

}
Expand Down

0 comments on commit 2f0d477

Please sign in to comment.