Skip to content

Commit

Permalink
Se corrigió el tamaño del logo del navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
anap25 committed May 18, 2024
1 parent 4784d42 commit 6ea0031
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<body>
<nav class="navbar navbar-expand-sm">
<div class="container-fluid">
<a class="navbar-brand d-none d-sm-block" href="index.html"><img src="img/logo2.png" alt="Logo" width="150" height="140" class="d-inline-block align-text-center"> </a>
<!-- <a class="navbar-brand d-none d-sm-block" href="index.html"><img src="img/logo2.png" alt="Logo" width="150" height="140" class="d-inline-block align-text-center"> </a> -->
<a class="navbar-brand d-none d-sm-block" href="index.html"><img src="img/logo2.png" alt="Logo" width="70px" height="60px" class="d-inline-block align-text-center"> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ nav{
}
/* FIN NAVBAR */


nav div a img {
width: 70px;
height: 60px;
}

#logo-main {
height: 30px;
Expand Down

0 comments on commit 6ea0031

Please sign in to comment.