diff --git a/assets/sass/_content.scss b/assets/sass/_content.scss index a65d6ca..40b9e67 100644 --- a/assets/sass/_content.scss +++ b/assets/sass/_content.scss @@ -74,7 +74,7 @@ blockquote { } code { - font-size: 1.2em; + // font-size: 1.2em; padding: 3px; background-color: #2b303b; color: #cccccc; @@ -88,3 +88,10 @@ pre > code { font-family: $monofont; font-size: 0.9em; } + +.post-content { + > p { + line-height: 1.5; + margin-bottom: 1.75em; + } +} diff --git a/content/posts/2020-04-12-drawing-bezier-curves.md b/content/posts/2020-04-12-drawing-bezier-curves.md deleted file mode 100644 index 118b6cf..0000000 --- a/content/posts/2020-04-12-drawing-bezier-curves.md +++ /dev/null @@ -1,8 +0,0 @@ -+++ -title = "drawing bezier curves" -date = 2020-04-12 -draft = true - -[taxonomies] -tags = ["osu", "graphics"] -+++ diff --git a/layouts/posts/single.html b/layouts/posts/single.html index cf63a77..42f9e36 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -9,7 +9,7 @@ - {{ .ReadingTime }} min read -