From a8cfab2c99d5df2762c79f0b376e5a5f98c7c2fe Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 3 May 2023 12:02:59 +0800 Subject: [PATCH] Fix bug. --- assets/stylesheets/template/layout/content.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index ea94235..74e1141 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -305,14 +305,13 @@ body{ flex: 3; color: #666666; font-family: "Barlow", Sans-serif; - font-size: 2em; font-weight: 900; text-transform: none; - height: 280px; cursor: pointer; overflow: hidden; transition: all .25s; @media(min-width: 1025px){ + font-size: 1vw; &:hover{ flex: 4; // img{ @@ -325,6 +324,7 @@ body{ flex: none; width: 100%; height: auto; + font-size: 0.8em; } } .layout-content-box3{