Skip to content

Commit b48426e

Browse files
authored
Merge pull request #519 from topcoder-platform/TCA-1018-ff
More space on cert modal
2 parents 5cf54d1 + 61adb02 commit b48426e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src-ts/tools/learn/tca-certificate/validate-certificate/ValidateTCACertificate.module.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,11 @@
188188
.heroInner {
189189
margin-bottom: 0;
190190
flex-direction: row;
191+
padding-right: $space-mx;
191192

192193
@include ltesm {
193194
flex-direction: column;
195+
padding-right: 0;
194196
}
195197

196198
.heroLeft {
@@ -214,11 +216,6 @@
214216

215217
.contentOuter {
216218
max-width: none;
217-
padding-right: $space-mx;
218-
219-
@include ltesm {
220-
padding-right: $space-lg;
221-
}
222219

223220
>div {
224221
max-width: none !important;

0 commit comments

Comments
 (0)