adds generated CSSs
This commit is contained in:
parent
277efe9eb4
commit
429514dc5c
2 changed files with 16 additions and 7 deletions
|
@ -8,8 +8,8 @@ body {
|
||||||
|
|
||||||
html {
|
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-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;
|
font-size: 18px;
|
||||||
line-height: 1.5; }
|
line-height: 30px; }
|
||||||
@media (min-width: 38em) {
|
@media (min-width: 38em) {
|
||||||
html {
|
html {
|
||||||
font-size: 20px; } }
|
font-size: 20px; } }
|
||||||
|
@ -106,12 +106,21 @@ footer {
|
||||||
.related-posts li a:hover small {
|
.related-posts li a:hover small {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
html,
|
* {
|
||||||
body {
|
box-sizing: border-box; }
|
||||||
|
|
||||||
|
html {
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
box-direction: normal;
|
box-direction: normal;
|
||||||
font-weight: 400;
|
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,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
@ -605,7 +614,7 @@ a.badge-tag {
|
||||||
.content {
|
.content {
|
||||||
margin-left: 20rem;
|
margin-left: 20rem;
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
max-width: 46.056rem; }
|
max-width: 38rem; }
|
||||||
.layout-reverse .content {
|
.layout-reverse .content {
|
||||||
margin-left: 4rem;
|
margin-left: 4rem;
|
||||||
margin-right: 22rem; }
|
margin-right: 22rem; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue