diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/scss/web/_base.scss | 1 | ||||
| -rw-r--r-- | assets/scss/web/_blog.scss | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/assets/scss/web/_base.scss b/assets/scss/web/_base.scss index f771041..bdea382 100644 --- a/assets/scss/web/_base.scss +++ b/assets/scss/web/_base.scss @@ -28,7 +28,6 @@ body { min-width: 375px; margin: 0 auto; float: none; - line-height: 1.5; font-size: 18px; @media (max-width: 812px) and (orientation: landscape), (max-width: 375px) { diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss index 695a363..9770c46 100644 --- a/assets/scss/web/_blog.scss +++ b/assets/scss/web/_blog.scss @@ -21,6 +21,9 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; } + h1 { + font-size: 2rem; + } blockquote { margin-left: 0; margin-right: 30px; @@ -28,4 +31,8 @@ border-left-width: 4px; border-left-style: solid; } + pre { + font-size: 1rem; + line-height: 1; + } } |
