added margin to logo

This commit is contained in:
TechRunner2
2018-04-11 14:09:33 -05:00
parent 15e299e6e9
commit 1e21f870b4

View File

@ -11,6 +11,7 @@ html, body{
float:left; float:left;
color: red; color: red;
margin: inherit; margin: inherit;
margin-left: 1em;
margin-top: 5px; margin-top: 5px;
text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white; text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white;
} }