Show the logo on the home page

pull/1/head
sixtus 2021-06-22 23:03:41 +02:00
parent 2c2eb33f0d
commit e6ae86891b
4 changed files with 20 additions and 1 deletions

View File

@ -7,5 +7,20 @@
width: 11.5rem;
}
.dz-main {
background-color: #ffffff;
width: 100%;
}
.dz-logo {
background: url('logo.svg') top center no-repeat;
background-size: 22rem 18rem;
height: 18rem;
}
.dz-text {
background: url('dezentrale.svg') top center no-repeat;
background-size: 22rem 4rem;
height: 4rem;
}
.centered { text-align: center; }
.pad-side { padding: 0 .25em; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View File

@ -11,4 +11,7 @@ showmetadates: false
showmetalinks: false
---
Bald!
<div class="dz-main">
<div class="dz-logo"></div>
<div class="dz-text"></div>
</div>

1
static/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB