Skip to content

Commit 25048e4

Browse files
committed
Fixes #57
1 parent eb72f44 commit 25048e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Home/Components/IntroductionCard.razor.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
.profile-text {
3535
margin: auto;
3636
grid-area: profile-text;
37-
font-size: clamp(0.9rem, 0.6479rem + 1.1268vw, 1.5rem);
37+
font-size: clamp(1rem, 0.6479rem + 1.1268vw, 1.5rem);
3838
color: var(--text-color-inverted);
3939
line-height: clamp(1.5em, 0.6479rem + 1.1268vw, 2.25em);
4040
text-align: center;

0 commit comments

Comments
 (0)