From c1549a16f14dc2a93f5230f16730e1d71fec3378 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sat, 26 Dec 2015 18:36:33 +0100 Subject: [PATCH] Added margins for better usability --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 636ad40..e0ea7a9 100644 --- a/static/style.css +++ b/static/style.css @@ -66,6 +66,7 @@ body { @media all and (max-width: 600px){ .links li { width: 40%; + margin-bottom: 20px; } }