skip to Main Content

Css – Adjust navbar height to be smaller

I was using the first header from bootstrap’s examples: https://getbootstrap.com/docs/5.3/examples/headers/# And I have this: <div class="container fixed-top bg-white"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none"> <svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"/></svg> <span…

VIEW QUESTION
Back To Top
Search