rework home page

This commit is contained in:
2025-04-06 21:40:05 +02:00
parent 386c4c1eb1
commit 6c08b4aa4c
8 changed files with 273 additions and 110 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const { current = '' } = Astro.props;
header {
display: flex;
margin: 0 auto;
max-width: 1400px;
max-width: var(--wrap);
padding: 1em;
width: 100%;
}