From 12aea7b2baa23553befa96835736e99eccb3b3b0 Mon Sep 17 00:00:00 2001 From: danaugrs Date: Sat, 2 Jun 2018 10:33:34 -0700 Subject: [PATCH] Fixed scrollbar shifting content and typo --- _posts/2017-03-29-introducing-tale.md | 2 +- _sass/tale/_base.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2017-03-29-introducing-tale.md b/_posts/2017-03-29-introducing-tale.md index 8a6ebcb..95da685 100644 --- a/_posts/2017-03-29-introducing-tale.md +++ b/_posts/2017-03-29-introducing-tale.md @@ -4,7 +4,7 @@ title: "Introducing Tale" author: "Chester" --- -Tale is minimal [Jekyll](https://jekyllrb.com/) theme curated for storytellers. It is designed and developed by [myself](https://github.com/chesterhow/) for a friend who writes short stories. +Tale is a minimal [Jekyll](https://jekyllrb.com/) theme curated for storytellers. It is designed and developed by [myself](https://github.com/chesterhow/) for a friend who writes short stories. ## Tale features - Compatible with GitHub Pages diff --git a/_sass/tale/_base.scss b/_sass/tale/_base.scss index 320db90..a513579 100644 --- a/_sass/tale/_base.scss +++ b/_sass/tale/_base.scss @@ -13,6 +13,7 @@ body { html { font-family: $serif-primary; font-size: 14px; + overflow-y: scroll; @media (min-width: 600px) { font-size: 16px;