From 3007df497354f9ec667a9f3701fed74788f78a35 Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Thu, 22 Jun 2023 19:06:19 +0200 Subject: [PATCH] Smaller font --- .../Features/Home/Components/IntroductionCard.razor.css | 2 +- src/LinkDotNet.Blog.Web/wwwroot/css/basic.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/LinkDotNet.Blog.Web/Features/Home/Components/IntroductionCard.razor.css b/src/LinkDotNet.Blog.Web/Features/Home/Components/IntroductionCard.razor.css index 75f43a55..74028d33 100644 --- a/src/LinkDotNet.Blog.Web/Features/Home/Components/IntroductionCard.razor.css +++ b/src/LinkDotNet.Blog.Web/Features/Home/Components/IntroductionCard.razor.css @@ -34,7 +34,7 @@ .profile-text { margin: auto; grid-area: profile-text; - font-size: clamp(1.1rem, 0.6479rem + 1vw, 1.4rem); + font-size: clamp(1.0rem, 0.6479rem + 1vw, 1.4rem); line-height: clamp(1.5em, 0.6479rem + 1.1268vw, 2.25em); text-align: center; } \ No newline at end of file diff --git a/src/LinkDotNet.Blog.Web/wwwroot/css/basic.css b/src/LinkDotNet.Blog.Web/wwwroot/css/basic.css index 442183b8..70074c27 100644 --- a/src/LinkDotNet.Blog.Web/wwwroot/css/basic.css +++ b/src/LinkDotNet.Blog.Web/wwwroot/css/basic.css @@ -16,7 +16,6 @@ --background-gradient-end: var(--silver); /* Override some Bootstrap defaults */ - --bs-body-font-size: 1.1rem; --bs-body-font-weight: 300; }