From 7e7d12a534d9852e7613ee3638e636da47e968d7 Mon Sep 17 00:00:00 2001 From: Fabiano Alencar Date: Wed, 28 Nov 2018 10:00:24 -0200 Subject: [PATCH] fix align on more and less in collection description --- src/assets/scss/_home-collection.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/scss/_home-collection.scss b/src/assets/scss/_home-collection.scss index 0685e45..f01a9be 100644 --- a/src/assets/scss/_home-collection.scss +++ b/src/assets/scss/_home-collection.scss @@ -106,7 +106,7 @@ } &.full-story { height: auto; - margin-bottom: 1rem; + margin-bottom: 2rem; } } }