add padding to logo
This commit is contained in:
parent
1a6acfac85
commit
a218b0ed29
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue