Is this a good way to make a design suitable for smartphones?

Is defining width for all objects (inputs, sections, etc.) with a percentage a good way to make the design fit smartphones? Or what other way to do this?

+3


source to share


2 answers


I would recommend using a less flexible layout and using media queries instead . You can specify a set of rules if the browser window is smaller than Npx width.



+3


source


You should check out Twitter Bootstrap to help with this.



+1


source







All Articles