From 95c80702e692df3f8c7b177614d025e5fa818bfe Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 01 2016 08:19:00 +0000 Subject: Add some space around the calendar heatmap so it's less crammed Fixes https://pagure.io/pagure/issue/1594#comment-43420 --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 4dcc17c..9e38f23 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -564,6 +564,11 @@ th[data-sort] { padding-left:0.5em; } + +#cal-heatmap { + padding:0.5em; +} + /*Our specific responsive overrides*/ @media (min-width:544px) {