Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfdeveloper01 authored Jan 18, 2025
1 parent 673ea2c commit 7666c84
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@
left: 0;
display: flex;
flex-direction: column;
align-items: center; /* Centraliza o conteúdo horizontalmente */
padding-top: 20px;
}
.sidebar a {
color: white;
text-decoration: none;
padding: 15px 20px;
padding: 15px;
display: flex;
align-items: center;
justify-content: center; /* Centraliza os itens */
width: 90%;
justify-content: center;
text-align: center;
border-radius: 8px;
margin: 10px auto; /* Adiciona espaço entre os botões */
width: 90%; /* Faz os botões ocuparem largura consistente */
}
.sidebar a:hover {
background: #0056b3;
Expand Down Expand Up @@ -87,7 +88,7 @@
<body>
<!-- Sidebar -->
<div class="sidebar">
<a href="#" class="mb-3">
<a href="#" class="d-flex align-items-center mb-3">
<span class="material-icons">home</span>
Homebrew Store
</a>
Expand Down

0 comments on commit 7666c84

Please sign in to comment.