From: Paul Davis Date: Thu, 23 Apr 2015 20:33:49 +0000 (-0400) Subject: more @media responsiveness to allow reading on smaller screens X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ded3543f7450fcf74b5448367707a372be5d9127;hp=0d250d11160f949ec3985b05cd9636ff8756e199;p=ardour-manual more @media responsiveness to allow reading on smaller screens --- diff --git a/source/css/app.css b/source/css/app.css index f1b0b95..ac5bedd 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -517,7 +517,18 @@ samp:after { } - +@media (max-width: 800px) { + #tree { + position: relative; + height: 250px; + width: 100%; + margin-top: 20px; + } + #content { + padding-left: 20px; + margin-top: 0px; + } +}