fix: less space above homepage banner

This commit is contained in:
2024-12-06 14:15:18 +01:00
parent 262aec618b
commit 06e7741d3b
4 changed files with 10 additions and 2 deletions

View File

@@ -13,3 +13,7 @@
height: auto;
}
}
.homepage-body-banners {
margin-top: -4rem;
}