Well I was working for a startup as a front end developer . I received the task of addressing a bug which is about the navbar being not using the full width of the viewport as it should do .
<div class="container-fluid">
//stuff here
</div>
I worked on it as it contained the bootstrap framework removed the 'container-fluid' class and ta da......
I fixed the code without side effects and the code magically works fine .