]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
more @media responsiveness to allow reading on smaller screens
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 23 Apr 2015 20:33:49 +0000 (16:33 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 23 Apr 2015 20:33:49 +0000 (16:33 -0400)
source/css/app.css

index f1b0b95e299bd162aa1d707a51b80fcc07321ddd..ac5beddf41a406947627b8dd565a7366a7d7334f 100644 (file)
@@ -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;
+  }
+}