dlang.org should do it in style
MattCoder via Digitalmars-d
digitalmars-d at puremagic.com
Sat Jan 17 10:39:34 PST 2015
On Saturday, 17 January 2015 at 17:59:07 UTC, Andrei Alexandrescu
wrote:
>> In fact yesterday I was showing the main page for a friend on
>> his
>> smartphone (Moto G), and the code example at main page looks
>> awful,
>> since it's all wrapped on mobile. Here is an example what I'm
>> talking
>> about:
>> http://i.imgur.com/9JYNVNk.png
>
> To make a website look good on a mobile device, one needs to do
> work to make the website look good on a mobile device.
Indeed! But, if the "body" had a "width" setted this wouldn't
occur.
For example, adding "width: 1024px" on body in style.css it will
now be fine to see on mobile.
Matheus.
More information about the Digitalmars-d
mailing list