making logo bigger

This commit is contained in:
anon 2025-06-19 22:26:48 +02:00
parent 848f358044
commit 28f087f9e9

View file

@ -19,6 +19,19 @@
}
}
.md-header__button.md-logo {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
height: 70%;
width: 70%;
}
img {
max-height: 800px;
}