Skip to content

Commit 3dc37d6

Browse files
committed
small css fixes
1 parent 9c0e78b commit 3dc37d6

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

_sass/_custom.scss

+17-16
Original file line numberDiff line numberDiff line change
@@ -302,29 +302,30 @@
302302
}
303303

304304
.thtrm-ad {
305+
&.thtrm-section--is-promo {
306+
padding: 1.5em;
307+
308+
.thtrm-layout-divider-cta {
309+
border: 2px solid #fff;
310+
}
311+
}
312+
313+
.thtrm-section-headline {
314+
margin-top: 0;
315+
font-size: 20px;
316+
}
317+
318+
.thtrm-section-text {
319+
font-size: 16px;
320+
}
321+
305322
&--sticky {
306323
position: absolute;
307324
top: 50px;
308325
right: -18em;
309326
left: inherit;
310327
width: 250px;
311328

312-
&.thtrm-section--is-promo {
313-
padding: 1.5em;
314-
315-
.thtrm-layout-divider-cta {
316-
border: 2px solid #fff;
317-
}
318-
}
319-
320-
.thtrm-section-headline {
321-
margin-top: 0;
322-
font-size: 20px;
323-
}
324-
325-
.thtrm-section-text {
326-
font-size: 16px;
327-
}
328329
}
329330
}
330331

css/main.scss

+1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ ul {
6262
'thtrm-article',
6363
'thtrm-subscriber',
6464
'thtrm-toc',
65+
'thtrm-social-links',
6566
'custom';

0 commit comments

Comments
 (0)