diff --git a/README.md b/README.md index 9cdfaff..c8424ef 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Inside the folder of your Hugo site, run: git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper ``` -Then change `theme` in `config.toml`: +Open `config.toml`, change `theme`: ```toml theme = "paper" diff --git a/static/style.css b/static/style.css index 9df3f97..9f2fa01 100644 --- a/static/style.css +++ b/static/style.css @@ -181,11 +181,10 @@ img { } .page-header { margin-bottom: 24px; + overflow: hidden; } .page-header h1 { - font-size: 64px; - overflow: hidden; - text-overflow: ellipsis; + font-size: 40px; } .pagination { display: flex;