fix(info): font for title, li and table
This commit is contained in:
@@ -13,13 +13,18 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p
|
p, li, table
|
||||||
{
|
{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
@include text_body();
|
@include text_body();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5
|
||||||
|
{
|
||||||
|
@include text_body();
|
||||||
|
}
|
||||||
|
|
||||||
code
|
code
|
||||||
{
|
{
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user