Skip to content

Commit 5a19604

Browse files
author
Maria Mattlin
committed
PROD-2420 #comment Fixed styling issue with carousel #time 10m
1 parent dcdba6e commit 5a19604

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/routes/SelectWorkType/styles.module.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,15 @@
269269

270270
.pageContent {
271271
margin-top: 0;
272-
padding-right: 0;
273-
padding-left: 0;
274-
padding-top: 28px;
272+
padding: 40px 0;
273+
274+
@include mobile {
275+
padding: 20px;
276+
}
277+
278+
background: white;
279+
border-radius: 8px;
280+
position: relative;
275281
}
276282

277283
.pageHeading {

0 commit comments

Comments
 (0)