I'm developing a site in bootstrap and when I put the logo it only works in html and not in css, but what I find strange is that only the logo does not work, all styles are good!
HTML file
CSS file
@media (min-width: 1024px) {
.navbar-brand {
width: 150px;
height: 150px;
background-color: yellow; /* somente para debugar */
background-image: url(imgs/logo.png);
}