Currently working on constructing a Single Page Application (SPA) using Bootstrap, where the navbar is fixed-top. Encountering an issue where content gets cut off by the navbar unless setting the element margin-top to 58px. Although using the specified styles below somewhat alleviates the problem, it's not a sustainable solution due to numerous rows within the application.
display: flex;
flex-wrap: wrap;
margin-right: 5%;
margin-left: 5%;
margin-top: 10%;
} */