summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index d4e669a80..ee2211c95 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -122,6 +122,13 @@ h1 > a, h2 > a, h3 > a {
/*background: white;*/
}
+/* small screens */
+@media only screen and (max-device-width: 736px) {
+ .row {
+ padding: 20px;
+ }
+}
+
.row.white {
background: white;
}