Skip to content

Commit c82147f

Browse files
committed
KTL-1238 fix: updates after design review
1 parent 2d2403a commit c82147f

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
.br {
2-
@media (--ktl-mm) {
3-
display: none;
4-
}
5-
}
6-
71
.mainTitle {
82
@media (--ktl-tm) {
93
font-weight: 600;
104
font-size: 20px;
115
line-height: 28px;
126
}
137
}
8+
9+
.topTitle {
10+
@media (--ktl-ms) {
11+
font-weight: 400;
12+
font-size: 13px;
13+
line-height: 20px;
14+
}
15+
}

src/components/ContactUs/index.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ const contactEmail = '[email protected]';
88
export function ContactUs() {
99
return (
1010
<CtaBlock
11+
classTopTitle={styles.topTitle}
1112
topTitle={
12-
<>
13-
Still have questions? <br className={styles.br} />
13+
<span>
14+
Still have questions? <br />
1415
Contact us!
15-
</>
16+
</span>
1617
}
1718
classMainTitle={cn('ktf-h2', 'ktf-h4--tm', 'ktf-h3--ts', styles.mainTitle)}
1819
mainTitle={

src/components/IntroBanner/introBanner.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
@media (--ktl-ds) {
7070
.title {
71-
margin-right: -70px;
71+
margin-right: -72px;
7272
}
7373

7474
.image {

0 commit comments

Comments
 (0)