Fixed scrollbar shifting content and typo
This commit is contained in:
parent
9f4f996a36
commit
12aea7b2ba
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ title: "Introducing Tale"
|
||||||
author: "Chester"
|
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
|
## Tale features
|
||||||
- Compatible with GitHub Pages
|
- Compatible with GitHub Pages
|
||||||
|
|
|
@ -13,6 +13,7 @@ body {
|
||||||
html {
|
html {
|
||||||
font-family: $serif-primary;
|
font-family: $serif-primary;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
|
||||||
@media (min-width: 600px) {
|
@media (min-width: 600px) {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
Loading…
Reference in a new issue