From 93f2cb5ee1f84580cc1fa05bda8aba611f224605 Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 17 Aug 2015 21:05:37 +0200 Subject: css: Add static separation between download buttons. --- static/css/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/css/screen.css') diff --git a/static/css/screen.css b/static/css/screen.css index 2646c3e..b03b78b 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -278,8 +278,8 @@ ul.list { div.download { float: left; - width: 35%; - margin-right: 10%; + width: 45%; + margin-right: 1rem; margin-bottom: 1.5rem; } div.download a { display: block; -- cgit v1.2.3