From 43859c59b4043814dd843b721cce7f75a5c32179 Mon Sep 17 00:00:00 2001 From: jonasled <git@jonasled.de> Date: Fri, 26 Feb 2021 22:58:31 +0100 Subject: [PATCH] bigger margin between image and text --- scss/_content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_content.scss b/scss/_content.scss index f34be4e..4db0707 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -33,7 +33,7 @@ article{ #homeImage{ float: left; - margin-right: 5px; + margin-right: 20px; } #banner img { -- GitLab