From 1e21f870b473eee9c9aa902557718b3176ae3380 Mon Sep 17 00:00:00 2001 From: TechRunner2 Date: Wed, 11 Apr 2018 14:09:33 -0500 Subject: [PATCH] added margin to logo --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 1944697..9a3f2b7 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,7 @@ html, body{ float:left; color: red; margin: inherit; + margin-left: 1em; margin-top: 5px; text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white; }