From 1141973f1617cce70b3d29d207962923f9a29605 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sat, 9 Sep 2017 11:01:48 +0200 Subject: [PATCH] Fix fancybox style Add 25px margin-bottom space from picture to text. Make sure also the rule wins on top of the others ( before it was overridden anyway ) --- source/css/_common/components/post/post-expand.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/_common/components/post/post-expand.styl b/source/css/_common/components/post/post-expand.styl index bb99b7d97..cac047e3a 100644 --- a/source/css/_common/components/post/post-expand.styl +++ b/source/css/_common/components/post/post-expand.styl @@ -62,4 +62,4 @@ } } -.posts-expand .fancybox img { margin: 0 auto; } +.posts-expand .post-body .fancybox img { margin: 0 auto 25px; }