Im creating a login page using Bootstrap, which is nested in a container
I know that the way the boot file works consists of a grid based on the width of the device you use to view it, for example, if I view the page on my Iphone, it will look fine, because the width of my phone is enough small so that the container has a manageable size.
However, if I view the page on the desktop or on the ipad, the width of the container looks ridiculous because the input fields occupy the width of almost the entire page.
So my question is how can I set the width for my container (or the panel containing the login form) without falling into the way it looks on the mobile version right now, which is perfect. I know that setting the manual width does not work, because it also sets the width on the mobile device. Is there an easy way to do this that I just didn't see in the documentation?
source
share