Skip to content

Commit

Permalink
troquei a cor
Browse files Browse the repository at this point in the history
  • Loading branch information
aluno committed Apr 18, 2024
1 parent 51a58b8 commit f95a0a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ section:nth-child(even){

.icons-container .icons i{
font-size: 4.5rem;
color: #4F8B7C;
color: #35a085;
padding-bottom: .7rem;
}

Expand Down Expand Up @@ -530,7 +530,7 @@ section:nth-child(even){
color:var(--green);
}

@media (min-width: 992px) {
@media (min-width: 100px) {
.box2 {
display: none;
}
Expand Down
14 changes: 2 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,13 @@
<a href="#" class="logo"> <i class="fas fa-heartbeat"></i> <strong>MindCalm</</a>

<nav class="navbar">
<<<<<<< HEAD

<a href="#home">Início</a>
<a href="#about">Sobre</a>
<a href="servicos.html">Serviços</a>
<a href="clinicas.html">Clínicas</a>
<a href="#appointment">Consultas</a>
<a href="#review">review</a>
<a href="#blogs">blogs</a>
=======
<a href="home">home</a>
<a href="about">conversa</a>
<a href="services">estatistica</a>
<a href="doctors">mais</a>
<a href="appointment">appointment</a>
<a href="review">review</a>

>>>>>>> fba9187e85baf959a3956314ee12006c2bc4bc9c
<a href="#review">review</a> <a href="#blogs">blogs</a>
</nav>

<div id="menu-btn" class="fas fa-bars"></div>
Expand Down

0 comments on commit f95a0a3

Please sign in to comment.