From 1133c5e1d31a71ed83533a3200bc38ee332142ed Mon Sep 17 00:00:00 2001 From: shenyu <448766534@qq.com> Date: Sun, 15 Dec 2019 14:30:16 +0800 Subject: [PATCH] fix: fontSize --- source/css/_partial/ayer.styl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/css/_partial/ayer.styl b/source/css/_partial/ayer.styl index 01e286d..a74bd64 100644 --- a/source/css/_partial/ayer.styl +++ b/source/css/_partial/ayer.styl @@ -25,7 +25,7 @@ left 50% transform translate(-50%, -100%) h1 - font-size 8rem + font-size 7rem margin 0 opacity .95 h2 @@ -67,9 +67,9 @@ transform translate(-50%, -70%); width 100% h1 - font-size 6rem + font-size 4.5rem h2 - font-size 2.3rem + font-size 2rem .to_top right 10px \ No newline at end of file