Преглед изворни кода

Merge pull request #2886 from gierschv/fix.info-font

fix(info): font for title, li and table
bubble
Ron пре 7 година
committed by GitHub
родитељ
комит
b242917e3e
1 измењених фајлова са 6 додато и 1 уклоњено
  1. +6
    -1
      src/style/_information.scss

+ 6
- 1
src/style/_information.scss Прегледај датотеку

@@ -13,13 +13,18 @@
font-size: 12px;
}
}
p
p, li, table
{
font-size: 14px;

@include text_body();
}

h1, h2, h3, h4, h5
{
@include text_body();
}

code
{
padding: 3px 5px;


Loading…
Откажи
Сачувај