Skip to content

Commit

Permalink
fix navbar backgroun color
Browse files Browse the repository at this point in the history
  • Loading branch information
GSC996 committed Mar 27, 2024
1 parent 75ef53d commit 6750dd2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,14 @@
background-color: #0088cc !important;
}

.navbar:not(.top-nav-collapse) {
/* .navbar:not(.top-nav-collapse) {
background: transparent !important;
}

@media (max-width: 768px) {
} */
/* @media (max-width: 768px) {
.navbar:not(.top-nav-collapse) {
background: #0088cc !important;
}
}

} */
/* Set black background color, white text and some padding */
footer {
background-color: #0088cc !important;
Expand Down Expand Up @@ -103,7 +101,7 @@
<header>

<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top scrolling-navbar">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top scrolling-navbar" style="background-color: #0088cc !important;">
<div class="container">
<a class="navbar-brand" href="https://www.ign.gob.ar"><img src="img/LogoIgn.png" width="60" alt="IGN" /></a>
<a class="navbar-brand" href="https://www.argentina.gob.ar/defensa"><img src="img/svg/logo mindef - blanco.svg" width="140" alt="Ministerio de Defensa" /></a>
Expand Down

0 comments on commit 6750dd2

Please sign in to comment.