html - How to format section of website when screen is SM with Bootstrap -
good morning,
i have question how format part of website when @ different browser size.
for example: top nav looks @ lg size.
but when sm size, shows unformatted looks bad so:
my question is, how target @ sm size , format when @ size?
would use media query or class in boostrap? im not sure go here, appreciated!
thanks!
you can use media queries specify specific px/% sizes believe. bootstrap has built in rows columns have built in break points , sizes. col-lg-12 col-md-12 col-sm-12 etc.
heres bootstrap link it: http://getbootstrap.com/css/
Comments
Post a Comment