summaryrefslogtreecommitdiffstats
path: root/assets/scss/web/_blog.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/web/_blog.scss')
-rw-r--r--assets/scss/web/_blog.scss7
1 files changed, 7 insertions, 0 deletions
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;
+ }
}