From 857766ea7f8d27379cf9f0c1506593c1fad2d7c1 Mon Sep 17 00:00:00 2001 From: Tom Najdek Date: Mon, 20 Jun 2016 12:38:12 +0100 Subject: [PATCH] Increase offset of style preview #20 --- frontend/scss/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/scss/style.scss b/frontend/scss/style.scss index 3fa716a..e9cdc5b 100644 --- a/frontend/scss/style.scss +++ b/frontend/scss/style.scss @@ -194,7 +194,7 @@ h2 { box-shadow: 1px 2px 4px 1px $popover-box-shadow-color; color: $popover-color; display: none; - margin-left: 20px; + margin-left: 40px; max-width: 700px; min-width: 50px; overflow: hidden;