Skip to content

Commit fbbfdcb

Browse files
authored
Merge pull request #1189 from ita-social-projects/develop
Develop
2 parents d066d35 + c47cae3 commit fbbfdcb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/features/StreetcodePage/MainBlock/StreetcodeCard/StreetcodeCard.styles.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
.audioBtn {
229229
@include mut.full-rounded(8px);
230230
@include mut.with-font($font-weight: 400, $font-size: 14px);
231-
@include mut.sized(95%, 46px);
231+
@include mut.sized(340px, 46px);
232232
.playCircle {
233233
font-size: f.pxToRem(23px);
234234
margin-right: f.pxToRem(10px);
@@ -266,8 +266,10 @@
266266
.cardFooter{
267267
margin-top: f.pxToRem(39px) !important;
268268
@include mut.rem-padded(0px, 0px, 0px, 0px);
269+
width: 100%;
269270
.audioBtn{
270-
width: 100%;
271+
width: f.pxToRem(340px);
272+
margin: auto;
271273
}
272274
}
273275
.headerContainer{

0 commit comments

Comments
 (0)