From e6de4b3f211cbeaf347b5ce5f884eaae3287cf47 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Mon, 8 Jul 2013 19:40:50 +0100 Subject: [PATCH] fix negative right margin on release label --- site/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/style.css b/site/css/style.css index 0b4d90ed..5e4e87fc 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -552,7 +552,7 @@ article h2:first-child { @media (max-width: 568px){ .post-category { - margin-right: -30px; + padding-left: 30px; } }