From a8db584fedbe08294aaea1e2518e42e276383a4f Mon Sep 17 00:00:00 2001 From: "Ivan.Nginx" Date: Sun, 25 Dec 2016 16:22:08 +0300 Subject: [PATCH] CSS: add custom `fi` vars. --- source/css/_common/components/tags/full-image.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/css/_common/components/tags/full-image.styl b/source/css/_common/components/tags/full-image.styl index 4072359be..3f79becf2 100644 --- a/source/css/_common/components/tags/full-image.styl +++ b/source/css/_common/components/tags/full-image.styl @@ -6,7 +6,7 @@ margin: 20px auto; +desktop() { max-width: none; - width: 126%; - margin: 0 -13%; + width: $full-image-width; + margin: $full-image-margin-vertical $full-image-margin-horizontal; } }