Bootstrap Responsive Layout, Totally changing the small screen design from the medium and large design
So at first i build a footer using html css and js. and then i discovered bootstrap and trying to create it using bootstrap, mobile first design <576px.
Login Page containing 2 columns not fitting to screen
I have 2 columns with same height when i keep the page in 1440-1024 px the content is fitting to screen but when i close the tools the page expands and scroll bar is visible
I don’t want to hide the scroll bar but I want the content should fit to screen when size changes I have used min-height for Body but still I am facing same issue.
Is there something I am missing
also overflow: hidden cuts the screen