Struggling with an issue related to displaying a logo in a sticky header. The menu works, but need the logo to shrink when header is sticky.
https://i.sstatic.net/jDNsb.png
This is what I need:
https://i.sstatic.net/szzRC.png
My current code snippet:
.navbar {
background-color: #fff !important;
}
.navbar .navbar-nav li a {
color: #b29b72 !important;
}
/* More CSS code here */
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
<meta charset="UTF-8">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
</body>
</html>