Skip to content

Commit

Permalink
move font resize to css from html
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Groat committed Mar 6, 2017
1 parent 8f87166 commit 556f331
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" style="font-size:18px">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="{{ site.description }}">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/secondary.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" style="font-size:18px">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="{{ site.description }}">
Expand Down
1 change: 1 addition & 0 deletions css/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
html, body {
@include box-sizing(border-box);
height: 100%;
font-size: 18px;
}

*, *:before, *:after {
Expand Down

0 comments on commit 556f331

Please sign in to comment.