Skip to content

Commit

Permalink
Retirado link Home do index
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruz-Andre committed Mar 19, 2024
1 parent 34c850f commit f3ac4bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<header>
<nav class="navbar">
<img src="img/logoBancoDeSangueNew.png" alt="logo Doação">
<ul class="menu">
<li><a href="#">Home</a></li>
<!-- <li><a href="#doacao">Locais de Doação</a></li> -->
</ul>
<ul class="login">
<li><a href="pages/login.html">Logar</a></li>
<li><a href="pages/cadastro.html">Cadastrar</a></li>
Expand Down
14 changes: 12 additions & 2 deletions styles/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ header {
width: 100%;
display: flex;
align-items: center;
justify-content: space-around;
justify-content: space-evenly;
}

.navbar ul {
Expand Down Expand Up @@ -41,6 +41,16 @@ header {
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: 1rem;
column-gap: 5rem;
font-size: 2rem;
}

@media (max-width: 420px) {
.login {
column-gap: 3rem;
}

.login li a {
font-size: 1.75rem;
}
}

0 comments on commit f3ac4bf

Please sign in to comment.