Skip to content

Commit

Permalink
Fix action buttons in SiwG Setup CTA on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmymadon committed Nov 11, 2024
1 parent 6822be5 commit 0c71998
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@

.googlesitekit-setup-cta-banner--setup-cta-siwg {

.googlesitekit-setup-cta-banner__actions-wrapper {
gap: 0; // Fix buttons being one on top of another on medium mobile viewports.

@media (min-width: $width-tablet + 1 + px) {
gap: $grid-gap-phone;
}

@media (min-width: $width-desktop + 1 + px) {
gap: $grid-gap-desktop;
}
}

.googlesitekit-setup-cta-banner__svg-wrapper--setup-cta-siwg {
align-items: flex-end;
display: flex;
Expand Down

0 comments on commit 0c71998

Please sign in to comment.