Update theme and improve Logo #2

Merged
sixtus merged 2 commits from adjust_logo into main 2021-07-05 19:46:00 +00:00
6 changed files with 8 additions and 22 deletions

View File

@ -1,17 +1,8 @@
.dz-main { .centered {
background-color: #ffffff; margin: 0 auto;
width: 100%; text-align: center;
}
.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 {
.pad-side { padding: 0 .25em; } padding: 0 .25em;
}

View File

@ -11,10 +11,7 @@ showmetadates: false
showmetalinks: false showmetalinks: false
--- ---
<div class="dz-main"> <img class="centered" src="logo.png" alt="Logo">
<div class="dz-logo"></div>
<div class="dz-text"></div>
</div>
<br> <br>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.1 KiB

BIN
static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

@ -1 +1 @@
Subproject commit 18365198bad8732b4ac6944e4558769073ea5bdd Subproject commit ae416308ba1bf181345bbe2ad2f950045a7055d6