From e7e0a77141749841bc5fd10a37d26f193d65c0eb Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 22 Aug 2017 03:54:20 -0700 Subject: website --- docs/index.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') 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; } -- cgit v1.2.3