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
+2 -2
View File
@@ -32,7 +32,7 @@ const { title, description, permalink, current } = Astro.props;
.layout {
display: flex;
flex-direction: column;
min-height: 100%;
height: 100%;
min-height: 100vh;
}
@@ -40,7 +40,7 @@ const { title, description, permalink, current } = Astro.props;
flex: 1;
position: relative;
margin: 0 auto;
max-width: 1400px;
max-width: var(--wrap);
padding: 1em 2em;
box-sizing: border-box;
width: 100%;