Skip to content

Commit

Permalink
refactor: replace h4 tag with span tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitinho163 committed Jun 21, 2024
1 parent 80b34e9 commit 8f33f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</header>
<main>
<section id="sobre_nos">
<h4>Sobre nós</h4>
<span>Sobre nós</span>
<h1>Por que somos diferentes?</h1>
<p>Nós focamos nos detalhes de tudo que fazemos. Tudo para ajudar as empresas de todo o mundo a se concentrarem naquilo que é realmente importante para elas.</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ header {
padding: 96px 0px;
}

#sobre_nos h4 {
#sobre_nos span {
color: #8E2424;
font-weight: 600;
line-height: 24px;
Expand Down

0 comments on commit 8f33f42

Please sign in to comment.