Skip to content

Commit

Permalink
refactor(about-title): use css styles instead html tags
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizsmerino committed Oct 25, 2022
1 parent c46bc05 commit 13a7a6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<main>
<div class="container">
<h1 class="about-title">
<b><i>This Project Is Developed by Vikhyat Singh</i></b>
This Project Is Developed by Vikhyat Singh
</h1>
<div id="para">
<p>
Expand Down
6 changes: 2 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,8 @@ h1 {
.about-title {
padding-top: 2%;
color: white;
font-weight: normal;
}

.about-title b {
font-weight: bold;
font-style: italic;
line-height: 2.5rem;
}

Expand Down

0 comments on commit 13a7a6e

Please sign in to comment.