diff --git a/examples/style.css b/examples/style.css index 074f68e242..80bc6883f9 100644 --- a/examples/style.css +++ b/examples/style.css @@ -121,3 +121,19 @@ h6 { display : none; } } +@media only screen and (orientation: landscape) { + #shortdesc { + float: right; + width: 25%; + } + #map { + width: 70%; + } + #docs { + font-size: 12px; + } +} +body { + -webkit-text-size-adjust: none; +} +