Skip to content

Commit f2b0624

Browse files
committed
Limit the font-weight change to blog pages and standard pages pending confirmation from ben.
1 parent 0a8ebfa commit f2b0624

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tbx/static_src/sass/components/_streamfield.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88

99
p {
1010
margin-bottom: $spacer-small;
11-
font-weight: $weight--medium;
1211

1312
&:last-child {
1413
margin-bottom: 0;
1514
}
15+
16+
.template-standard-page &,
17+
.template-blog-page & {
18+
font-weight: $weight--medium;
19+
}
1620
}
1721
}
1822

0 commit comments

Comments
 (0)