Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: made bigger tweak to get rid of issue at 1420px
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Jan 25, 2023
1 parent c403309 commit 07ad80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/GuidedInstallTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const GuidedInstallTile = () => {
interactive
base={Surface.BASE.PRIMARY}
css={css`
padding: 30px;
padding: 28px;
overflow: hidden;
height: 360px;
min-width: 250px;
Expand All @@ -66,7 +66,7 @@ const GuidedInstallTile = () => {
'install';
@media screen and (max-width: ${QUICKSTARTS_COLLAPSE_BREAKPOINT}) {
padding: 30px 30px 24px 30px;
padding: 28px 28px 24px 28px;
width: 100%;
min-width: 250px;
}
Expand Down

0 comments on commit 07ad80a

Please sign in to comment.