add padding to logo

This commit is contained in:
owen 2021-02-03 20:23:38 -05:00 committed by GitHub
parent 1a6acfac85
commit a218b0ed29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,11 @@
} }
body { body {
background: #111115, url(va_transparent.png); background: #111115 url(va_transparent.png);
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
color: white; color: white;
background-repeat:no-repeat; background-repeat: no-repeat;
background-position: left top; background-position: 5px top;
background-attachment: absolute; background-attachment: absolute;
background-size: 50px; background-size: 50px;
} }