Skip to content

Commit

Permalink
Smaller font
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 22, 2023
1 parent e7d2a8b commit 3007df4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
1 change: 0 additions & 1 deletion src/LinkDotNet.Blog.Web/wwwroot/css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
--background-gradient-end: var(--silver);

/* Override some Bootstrap defaults */
--bs-body-font-size: 1.1rem;
--bs-body-font-weight: 300;
}

Expand Down

0 comments on commit 3007df4

Please sign in to comment.