diff options
author | rekado <rekado@elephly.net> | 2015-08-17 21:05:37 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2015-08-17 22:56:02 +0200 |
commit | 93f2cb5ee1f84580cc1fa05bda8aba611f224605 (patch) | |
tree | d3a8a7eac120547ca587c4556e69288b03a25827 /static | |
parent | f301fd7af64f55e2711d136c9d1739f892887da0 (diff) |
css: Add static separation between download buttons.
Diffstat (limited to 'static')
-rw-r--r-- | static/css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |