We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da8b48 commit aec9f68Copy full SHA for aec9f68
assets/css/directives/tc-banner.scss
@@ -155,14 +155,22 @@ $tco-color-dark: #ea690b;
155
padding-top: 50px;
156
157
.title {
158
- font-size: 36px;
159
- margin-bottom: 5px;
160
margin-top: 10px;
+ @include sofia-pro-bold;
+ color: $white;
161
}
162
163
.subtitle {
164
margin-top: 20px;
165
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;
174
175
176
.cta {
0 commit comments