Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS html5 boilerplate – need help — stuck with lot of CSS issues. Re: html5 boilerplate – need help — stuck with lot of CSS issues.

#135837
dazdseg
Member

in my main.css there are 3 different media queries. ( i am making this website only for mobile and not for anything else). that’s why i will be using majorly the below mediaquery
@media only screen and (min-width: 480px)
@media only screen and (min-width: 768px)
@media only screen and (min-width: 1140px)

Now, i would like to know what should i exactly change in media query (as per unasAquila) i should make it 533px (for 480px) is that correct/???

please enlighten me?