From be85b778d1c498b9351f008948b66eccb8151bef Mon Sep 17 00:00:00 2001
From: nanxiaobei <nanxiaobei@gmail.com>
Date: Wed, 21 Aug 2019 16:17:00 +0800
Subject: [PATCH] Release 4.2

---
 README.md        | 2 +-
 static/style.css | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 9cdfaffd..c8424efb 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 9df3f97e..9f2fa019 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;