Skip to content

Commit c7df75a

Browse files
Merge pull request #273 from mayuran-deriv/mayuran/buttin-french-fix
fix: button allignment in fr
2 parents 01a38d6 + 5450df7 commit c7df75a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/features/dashboard/components/cta-banner/cta-banner.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,12 @@
107107
&__button {
108108
border-radius: 24px;
109109
height: 48px;
110-
width: 162px;
110+
width: auto;
111+
padding: 0 24px;
111112
font-weight: 700;
112113
@include mobile {
113114
width: 100%;
115+
padding: 0;
114116
}
115117
}
116118

0 commit comments

Comments
 (0)