From a218b0ed29c17cc040a5926f5471f8b4bbabfb11 Mon Sep 17 00:00:00 2001 From: owen Date: Wed, 3 Feb 2021 20:23:38 -0500 Subject: [PATCH] add padding to logo --- assets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index e2030f4..6b147b3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -17,11 +17,11 @@ } body { - background: #111115, url(va_transparent.png); + background: #111115 url(va_transparent.png); font-family: 'Roboto', sans-serif; color: white; - background-repeat:no-repeat; - background-position: left top; + background-repeat: no-repeat; + background-position: 5px top; background-attachment: absolute; background-size: 50px; }