Skip to content

Commit b242917

Browse files
author
Ron
authored
Merge pull request #2886 from gierschv/fix.info-font
fix(info): font for title, li and table
2 parents 8eb5461 + d1c1b00 commit b242917

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/style/_information.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@
1313
font-size: 12px;
1414
}
1515
}
16-
p
16+
p, li, table
1717
{
1818
font-size: 14px;
1919

2020
@include text_body();
2121
}
2222

23+
h1, h2, h3, h4, h5
24+
{
25+
@include text_body();
26+
}
27+
2328
code
2429
{
2530
padding: 3px 5px;

0 commit comments

Comments
 (0)