Skip to content

Commit 50a5c2d

Browse files
fix font weight
1 parent 466bea2 commit 50a5c2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/css/cards/breaking-news-banner.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@
2626
}
2727

2828
.breaking-news-macro h3 {
29+
font-weight: 400;
2930
margin: 0;
3031
}
3132

3233
.breaking-title {
33-
font-weight: 400;
34+
font-weight: 700;
3435
}
3536

3637
.close-breaking-news {

0 commit comments

Comments
 (0)