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

Commit

Permalink
fix: small padding tweak to remove overlapping text
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Jan 25, 2023
1 parent 51355bc commit c403309
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: 32px;
padding: 30px;
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: 32px 32px 24px 32px;
padding: 30px 30px 24px 30px;
width: 100%;
min-width: 250px;
}
Expand Down

0 comments on commit c403309

Please sign in to comment.