Smaller logo

This commit is contained in:
2023-10-29 15:45:11 +01:00
parent 566859be57
commit a183a63dc7
3 changed files with 20 additions and 11 deletions

View File

@ -74,6 +74,15 @@ body {
box-shadow: none;
}
#dokuwiki__header .logo span:first-of-type {
padding: 0.05em;
}
#dokuwiki__header .logo img {
width: 3em;
height: auto;
}
@media screen and (min-width: 480px) {
#dokuwiki__header {