Added logo to custom.css

This commit is contained in:
Mark van Renswoude 2018-11-07 21:54:48 +01:00
parent b2af1df093
commit 6ec6bc9299
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#head h1
{
background-image: url('logo.png');
background-repeat: no-repeat;
background-position: right top;
margin-bottom: 10px;
min-height: 60px;
width: 100%;
}

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB