소스 검색

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;


불러오는 중...
취소
저장