Currently I'm designing a full-screen web app for which I needed to think about any monitor widths. It is desktop-first approach, therefore, I started from the largest monitor width = 1920px. I divided into 24 columns (because its really too wide) and 20px guttters. Then I'll do it for 1200px and 1024 px widths.
Currently I'm designing a full-screen web app for which I needed to think about any monitor widths. It is desktop-first approach, therefore, I started from the largest monitor width = 1920px. I divided into 24 columns (because its really too wide) and 20px guttters. Then I'll do it for 1200px and 1024 px widths.