From 4ae2084115e6c646203f5964f23d9a2cdc29d686 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Thu, 20 Nov 2014 18:54:13 +0100 Subject: [PATCH] no whitespace right of select on small screens --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e911be4..c42e0a6 100755 --- a/index.html +++ b/index.html @@ -177,6 +177,7 @@ .select { display: block; text-align: right; + margin: 0; } } @media screen and (max-width:640px) {