summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-08-22 13:54:20 +0300
committerRasmus Andersson <rasmus@notion.se>2017-08-22 13:54:20 +0300
commite7e0a77141749841bc5fd10a37d26f193d65c0eb (patch)
tree2511ad15f459c1fe4edd905460e29f8b58cca820
parent38a5fbd63153e492323044789789e2dc37f81e8a (diff)
downloadinter-e7e0a77141749841bc5fd10a37d26f193d65c0eb.tar.xz
website
-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;
}