Small fixes

This commit is contained in:
Jorit Tijsen
2024-04-05 16:07:59 +02:00
parent 4aa1fef3ad
commit 9c80727a03
17 changed files with 77 additions and 26 deletions

View File

@@ -29,3 +29,9 @@
a, a:hover, a:active {
color: #0f259d;
}
@media (min-width: 768px) {
.md_padding_top_80 {
padding-top: 80px
}
}