From db7a8e8abf737d791846bb50b7c572ea72c5fd52 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 17 Sep 2018 17:09:01 +0200 Subject: [PATCH] Readjust the spacing around my pic and the language pic. --- content/css/default.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/css/default.css b/content/css/default.css index 03bd6ea..7c8c100 100644 --- a/content/css/default.css +++ b/content/css/default.css @@ -36,7 +36,7 @@ body { img.me { float: right; - padding: 0px 0px 0px 0px; + padding: 0px 0px 0px 15px; width: 250px; } @@ -101,5 +101,6 @@ div.outline-text-3 { img.lang { width: 40px; float: right; - padding: 0 20px 0 20px; + padding: 0 5px 0 20px; +} }