瀏覽代碼

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…
取消
儲存