load logo image larger. partly fixes #53

We now load the image in a larger size than needed and resize via CSS.
This should make it crisper.
This commit is contained in:
Andreas Gohr 2021-06-03 09:08:10 +02:00
commit 99cb0c43c0
2 changed files with 7 additions and 1 deletions

View file

@ -48,6 +48,12 @@ a:visited {
padding: 20pt 20pt 0;
}
#dokuwiki__header .logo img {
height: 4rem;
width: auto;
}
/* + + + + + + + + + + + + + + */
/* + + + + + admin + + + + + */