From c5d1f374991012f442c5fccae5849e667885cdc7 Mon Sep 17 00:00:00 2001 From: Robin Arys Date: Fri, 4 Sep 2015 10:42:05 +0200 Subject: [PATCH] Add small margin to images so text doesn't stick to them --- website/public/css/static.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/public/css/static.styl b/website/public/css/static.styl index 8edbce4011..e978245348 100644 --- a/website/public/css/static.styl +++ b/website/public/css/static.styl @@ -35,6 +35,8 @@ body h5 font-weight: 700 margin-top: 20px + .pull-right + margin-left: 5px .remove-on-static display: none