Make nav logo image auto adjustable to width

This commit is contained in:
thiloho
2024-12-20 16:17:21 +01:00
parent 7fddfbee95
commit 56646e8d61
3 changed files with 11 additions and 2 deletions

View File

@@ -71,6 +71,11 @@ section {
scroll-margin-block-start: var(--space-xl);
}
.top-nav-logo {
max-block-size: var(--space-xl);
padding-block: var(--space-xs);
}
@media (min-width: 1525px) {
#table-of-contents {
position: fixed;