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; }