first build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-05-04 15:41:21 +02:00
parent 777a6deba7
commit 24d7a9df7a
2 changed files with 9 additions and 0 deletions

View File

@ -26,3 +26,8 @@
.md-content h1:first-of-type { .md-content h1:first-of-type {
display: none; display: none;
} }
.md-sidebar--secondary {
display: none;
}

View File

@ -22,3 +22,7 @@
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
padding-top: 0.5em; padding-top: 0.5em;
} }
.md-content h1:first-of-type {
display: none;
}