From e41b6d0bb84c9bce8e63144665b74f4a623e65b9 Mon Sep 17 00:00:00 2001 From: Soitora Date: Sun, 8 Mar 2020 04:18:57 +0100 Subject: [PATCH] Fix text overflow on index (#125) * Fix text overflow on index * Use min instead of max --- src/.vuepress/styles/index.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/styles/index.styl b/src/.vuepress/styles/index.styl index 816197dc..b93de774 100644 --- a/src/.vuepress/styles/index.styl +++ b/src/.vuepress/styles/index.styl @@ -136,7 +136,7 @@ font-feature-settings() .feature text-align center p - height 5em + min-height 4em img max-height 28em max-width 100%