Skip to content

Commit

Permalink
font size: 16px
Browse files Browse the repository at this point in the history
  • Loading branch information
三寻 committed Feb 13, 2019
1 parent c68f8f2 commit 60cda31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions _sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,10 @@ a.reversefootnote {
color: $danger-color;
font-weight: bold;
}

/*
Custom
========================================================================== */
.page__content p, .page__content li, .page__content dl {
font-size: 16px !important;
}
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
$doc-font-size : 16;

/* paragraph indention */
$paragraph-indent : false; // true, false (default)
$paragraph-indent : true; // true, false (default)
$indent-var : 1.3em;

/* system typefaces */
Expand Down

0 comments on commit 60cda31

Please sign in to comment.