Skip to content

Commit

Permalink
Increase banner size on small screens.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: d83fb46ffd11b79a465779282e05a41a83447d3a
  • Loading branch information
cpojer committed Sep 15, 2024
1 parent f75a32d commit 9f0d922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera/ui/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const containerStyle = css`
`;

const innerStyle = css`
${vars.set('multiplier', 2)}
${vars.set('multiplier', 3)}
border-bottom: calc(${vars.apply('multiplier')} * 1.5px) solid #fff;
border-top: calc(${vars.apply('multiplier')} * 1.5px) solid #fff;
Expand Down

0 comments on commit 9f0d922

Please sign in to comment.