From e446f94d06ef902f7c43c04fc2b4e10b2cdeace3 Mon Sep 17 00:00:00 2001 From: linhaojun Date: Thu, 15 Sep 2022 21:41:39 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BC=98=E5=8C=96=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aurora-vue/aurora-blog/src/styles/components/article.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aurora-vue/aurora-blog/src/styles/components/article.scss b/aurora-vue/aurora-blog/src/styles/components/article.scss index c5b467e..baa43e8 100644 --- a/aurora-vue/aurora-blog/src/styles/components/article.scss +++ b/aurora-vue/aurora-blog/src/styles/components/article.scss @@ -67,7 +67,7 @@ @apply text-ob-bright text-2xl font-extrabold mb-6 lg:mt-4 lg:mb-5; } p { - @apply text-sm lg:text-base mb-2; + @apply text-base mb-2; word-wrap: break-word; word-break: break-all; } @@ -108,10 +108,10 @@ .feature-content { @apply flex flex-col relative px-6 pb-6 lg:p-12 z-40 row-span-2 lg:row-auto; b { - @apply text-ob uppercase; + @apply text-ob text-xs lg:text-base uppercase; } ul { - @apply inline-flex pl-4; + @apply inline-flex pl-4 text-xs lg:text-base; li { @apply mr-3; }