Answer the question
In order to leave comments, you need to log in
How to make the right responsive layout with bootstrap?
Recently, I began to wonder how to properly typeset on bootstrap and use a minimum of css media query. For example, a standard situation:
The designer gave the source code from Photoshop, in these source codes the bootstrap grid for MD devices is marked.
According to this grid and dimensions, I made up the whole thing and adjusted everything to the layout of the design. Everything is great.
Now we make the screen width 1199px, bootstrap throws styles for sm devices.
Now we need to somehow bring the site into a divine form from the screen width from 1199 to 992 pixels.
For example, in the header of the site, it is enough to make the site font smaller and reduce the indents a little, usually I would write my own media queries and override the required styles, but I want to make everything work proportionally and minimize these queries or refuse them altogether.
Answer the question
In order to leave comments, you need to log in
bootstrap throws styles for sm devices
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question