Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit aec9f68

Browse files
committed
css tweaks
1 parent 7da8b48 commit aec9f68

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

assets/css/directives/tc-banner.scss

+10-2
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,22 @@ $tco-color-dark: #ea690b;
155155
padding-top: 50px;
156156

157157
.title {
158-
font-size: 36px;
159-
margin-bottom: 5px;
160158
margin-top: 10px;
159+
@include sofia-pro-bold;
160+
color: $white;
161161
}
162162

163163
.subtitle {
164164
margin-top: 20px;
165165
width: 450px;
166+
font-size: 20px;
167+
@extend .title;
168+
@include sofia-pro-regular;
169+
}
170+
171+
.description {
172+
margin-top: 20px;
173+
margin-bottom: 5px;
166174
}
167175

168176
.cta {

0 commit comments

Comments
 (0)