@@ -83,7 +83,7 @@ export const App = () => {
83
83
84
84
return (
85
85
< div className = "yst-p-4 min-[783px]:yst-p-8" >
86
- < div className = { classNames ( "yst-flex yst-flex-grow yst-flex-wrap" , ! isPremium && "xl:yst-pr -[17.5rem]" ) } >
86
+ < div className = { classNames ( "yst-flex yst-flex-grow yst-flex-wrap" , ! isPremium && "xl:yst-pe -[17.5rem]" ) } >
87
87
< Paper as = "main" className = "yst-flex-grow yst-mb-8 xl:yst-mb-0" >
88
88
< Paper . Header >
89
89
< div className = "yst-max-w-screen-sm" >
@@ -113,7 +113,7 @@ export const App = () => {
113
113
target = "_blank"
114
114
>
115
115
{ title }
116
- < ArrowNarrowRightIcon className = "yst-inline-block yst-ml -1.5 yst-h-3 yst-w-3 yst-icon-rtl" />
116
+ < ArrowNarrowRightIcon className = "yst-inline-block yst-ms -1.5 yst-h-3 yst-w-3 yst-icon-rtl" />
117
117
</ Link >
118
118
</ li >
119
119
</ Fragment >
@@ -210,15 +210,15 @@ export const App = () => {
210
210
{ ...premiumUpsellConfig }
211
211
>
212
212
< div className = { classNames ( "yst-flex" , ! isPremium && "yst-opacity-50" ) } >
213
- < div className = "yst-mr -6" >
213
+ < div className = "yst-me -6" >
214
214
< p > { __ ( "Our support team is here to answer any questions you may have. Fill out the (pop-up) contact form, and we'll get back to you as soon as possible!" , "wordpress-seo" ) } </ p >
215
215
< Button
216
216
variant = "secondary"
217
217
className = "yst-mt-4"
218
218
onClick = { openHelpScoutBeacon }
219
219
>
220
220
{ __ ( "Contact our support team" , "wordpress-seo" ) }
221
- < ArrowNarrowRightIcon className = "yst-inline-block yst-ml -1.5 yst-h-3 yst-w-3 yst-icon-rtl" />
221
+ < ArrowNarrowRightIcon className = "yst-inline-block yst-ms -1.5 yst-h-3 yst-w-3 yst-icon-rtl" />
222
222
</ Button >
223
223
</ div >
224
224
< img
@@ -236,7 +236,7 @@ export const App = () => {
236
236
</ Paper . Content >
237
237
</ Paper >
238
238
{ ! isPremium &&
239
- < div className = "xl:yst-max-w-3xl xl:yst-fixed xl:yst-right -8 xl:yst-w-[16rem]" >
239
+ < div className = "xl:yst-max-w-3xl xl:yst-fixed xl:yst-end -8 xl:yst-w-[16rem]" >
240
240
< SidebarRecommendations
241
241
premiumLink = { premiumLink }
242
242
premiumUpsellConfig = { premiumUpsellConfig }
0 commit comments