Merge pull request #29 from danaugrs/master

Fixed scrollbar shifting content and typo
This commit is contained in:
Chester How 2018-06-03 16:28:42 +08:00 committed by GitHub
commit 3d5e56cf28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -13,6 +13,7 @@ body {
html {
font-family: $serif-primary;
font-size: 14px;
overflow-y: scroll;
@media (min-width: 600px) {
font-size: 16px;