adds generated CSSs

This commit is contained in:
Huy Tran 2018-08-13 10:21:04 +07:00
parent 277efe9eb4
commit 429514dc5c
2 changed files with 16 additions and 7 deletions

View file

@ -8,8 +8,8 @@ body {
html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Droid Sans", "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 17px;
line-height: 1.5; }
font-size: 18px;
line-height: 30px; }
@media (min-width: 38em) {
html {
font-size: 20px; } }
@ -106,12 +106,21 @@ footer {
.related-posts li a:hover small {
color: inherit; }
html,
body {
* {
box-sizing: border-box; }
html {
-webkit-text-size-adjust: 100%;
box-direction: normal;
font-weight: 400;
line-height: 1.611em; }
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Droid Sans", "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 18px;
line-height: 30px; }
html,
body {
margin: 0;
padding: 0; }
h1,
h2,
@ -605,7 +614,7 @@ a.badge-tag {
.content {
margin-left: 20rem;
margin-right: 2rem;
max-width: 46.056rem; }
max-width: 38rem; }
.layout-reverse .content {
margin-left: 4rem;
margin-right: 22rem; }

File diff suppressed because one or more lines are too long