1
0

feat: responsiveness

This commit is contained in:
2026-03-11 11:52:31 +01:00
parent 005830726e
commit cffcefa150
22 changed files with 528 additions and 1087 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const { title, image, items } = Astro.props;
.card {
display: grid;
grid-template-rows: auto 1fr auto;
min-height: 12rem;
max-height: 24rem;
& > * {
grid-column: 1;