From f489cbca557b172bbfee8492866ced590276a38d Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 3 May 2023 12:02:31 +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 04a7728..553aa21 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -306,14 +306,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{ @@ -326,6 +325,7 @@ body{ flex: none; width: 100%; height: auto; + font-size: 0.8em; } } .layout-content-box3{