Skip to content

Commit 23d1717

Browse files
authored
Merge pull request #523 from topcoder-platform/TCA-1051_fix-cert-details-desc
TCA-1051 - fix cert details page -> dev
2 parents 6ba998a + 35b15a4 commit 23d1717

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src-ts/tools/learn/certification-details/page-layout/PageLayout.module.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
gap: $space-xxxxl;
77
position: relative;
88

9-
@media (min-width: 1150px) {
10-
padding-right: calc(445px + $space-xxl);
11-
}
12-
139
@include gtelg {
1410
padding-right: calc(40vw + $space-xxl);
1511
}
12+
13+
@media (min-width: 1150px) {
14+
padding-right: calc(445px + $space-xxl);
15+
}
1616
}
1717
}
1818

0 commit comments

Comments
 (0)