Skip to content

Commit b879bee

Browse files
author
Juarez Mota
committed
feat: add some spacing to the bottom of close button
1 parent 0022d0e commit b879bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/marketing/banners/designableBanner/DesignableBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ const styles = {
716716
/* Layout changes only here */
717717
grid-area: close-button;
718718
${until.phablet} {
719-
padding-right: ${space[2]}px;
719+
padding-bottom: ${space[4]}px;
720720
justify-self: end;
721721
position: sticky;
722722
top: 10px;

0 commit comments

Comments
 (0)