Skip to content

Commit f6046ac

Browse files
committed
Fixes mobile styling for pre-title
1 parent b2a32ed commit f6046ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/AnnouncementBanner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const baseStyle: PartsStyleFunction<typeof parts> = (props) => {
3838
background: mode("gradient.3", undefined)(props),
3939
backgroundClip: mode("text", undefined)(props),
4040
textFillColor: mode("transparent", undefined)(props),
41+
margin: { base: "auto", xl: 0 },
4142
},
4243
title: {
4344
textAlign: { base: "center", xl: "unset" },

0 commit comments

Comments
 (0)