Just a small typography bug. When we go to smaller screens there's no padding between the content and container. Reason behind this is absence of <div class ="col-*-*> inside <div class="row">. So I have added few extra divs to make sure there's padding even at smaller screens.
Just a small typography bug. When we go to smaller screens there's no padding between the content and container. Reason behind this is absence of
<div class ="col-*-*>
inside<div class="row">
. So I have added few extra divs to make sure there's padding even at smaller screens.