|
|
|
|
|
by esschul
4892 days ago
|
|
I think most pages are interested in getting a reasonable view in mobile. From my experience the cheapest and best way is to use media queries and say for everything with a viewport less than 700px, let the divs get a 100% in width. Add that to you base.css and it should already be 100x better for your customers/users. |
|