Skip to content

Commit

Permalink
Update bio style
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaryal committed Aug 21, 2024
1 parent c7772d4 commit e963193
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/_assets/scss/theme/_hero-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
}

.card-text {
@include font-size(1.125rem);
// @include font-size(1.125rem);
font-size: 1rem;
font-weight: 400;
line-height: 1.4;
color: #6c757d;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<h1 class="card-title mt-2 mt-sm-0">accountant</h1>

<p class="card-text mb-3" style="text-align: justify; text-justify: inter-word;"><span class="fw-light">[uh-koun-tnt] noun &mdash; </span>someone who does precision guesswork based on unreliable data provided by those of questionable knowledge.</p>
<p class="card-text mb-3"><span class="fw-light">[uh-koun-tnt] noun &mdash; </span>someone who does precision guesswork based on unreliable data provided by those of questionable knowledge.</p>

<ul class="hero-social">
<li>
Expand Down

0 comments on commit e963193

Please sign in to comment.