From c8db2e1cec793147cd2164ac4915a2aa4787123e Mon Sep 17 00:00:00 2001 From: danni-cool Date: Mon, 6 May 2024 03:26:43 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=87=E9=A2=98=E6=96=87=E5=AD=97=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=20danni-cool/blog-edit@a87ed06b50c5de2267edc3db9bbfc9?= =?UTF-8?q?6a35f07504?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- about/index.html | 4 ++-- css/main.css | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/about/index.html b/about/index.html index 3ef45c9..82605fd 100644 --- a/about/index.html +++ b/about/index.html @@ -25,8 +25,8 @@ - - + + diff --git a/css/main.css b/css/main.css index 1a3de3d..06faed3 100644 --- a/css/main.css +++ b/css/main.css @@ -485,10 +485,15 @@ sup > a::before, .banner-text .typed-cursor { margin: 0 0.2rem; } +@media (min-width: 767px) { + #subtitle { + font-size: 3rem; + } +} @media (max-width: 767px) { #subtitle, .typed-cursor { - font-size: 1.5rem; + font-size: 2rem; } } @media (max-width: 575px) { @@ -497,12 +502,9 @@ sup > a::before, } #subtitle, .typed-cursor { - font-size: 1.35rem; + font-size: 1.5rem; } } -#subtitle { - font-size: 3rem; -} .styles_logoMask { stroke: #fff; stroke-dasharray: 8832;