Skip to content

Commit

Permalink
Arreglo barra de navegacion
Browse files Browse the repository at this point in the history
  • Loading branch information
Verzidee committed Apr 1, 2024
1 parent 3de7502 commit 642a477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

.nav-menu {
display: grid;
grid-template-columns: repeat(4, auto);
grid-template-columns: repeat(6, auto);
grid-gap: 10px;
list-style: none;
width: 60vw;
Expand Down
3 changes: 0 additions & 3 deletions webapp/src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ function Navbar() {
<li className='nav-item'>
<Link to='/aboutus' className='nav-links' onClick={closeMenu}>About US</Link>
</li>
<li className='nav-item'>
<Link to='/logout' className='nav-links-mobile' onClick={closeMenu}>Salir</Link>
</li>
</>
) : (
<>
Expand Down

0 comments on commit 642a477

Please sign in to comment.