Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
getbootstrap.com/css/#grid-media-queries
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }
/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }
I think it would be advisable to open the statistics of some popular site and see what resolutions are popular. In general, usually 1000 px width.
Either I don't understand something, or you don't understand the person. It is better to optimize the rubber to 1920px in width, then it's already exotic, IMHO. And I would certainly make max-width and margin:0 auto for users with larger widths.
www.liveinternet.ru/stat/ru/resolutions.html The
optimal screen resolution is 1024x768. while the workspace is 1000x640
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question