From 6308da8c42e890e1d43c83d633e52dade9867bec Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Thu, 3 Mar 2016 03:48:12 -0600 Subject: [PATCH] fix thumbnail margin --- themes/antergos/css/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/themes/antergos/css/style.css b/themes/antergos/css/style.css index d7eaaf5..eef1a26 100644 --- a/themes/antergos/css/style.css +++ b/themes/antergos/css/style.css @@ -126,7 +126,7 @@ a { display: block; max-height: 95px; transition: background 0.4s ease-in; - margin-bottom: 18px; + margin-bottom: 12px; } .bg-switch .bgs .bg:hover { background: rgba(255,255,255,0.3); @@ -145,10 +145,6 @@ a { transition: all 0.3s linear; } -.bg-switch .bgs .bg img:hover { - border-color: #ececec; -} - .hovered { text-decoration: none; background-color: #ECF0F1;