fix: align styles

This commit is contained in:
Arvid Norlin
2024-04-22 14:55:47 +02:00
parent 7b92be973c
commit b12ccfafef
11 changed files with 35 additions and 103 deletions

View File

@@ -7,6 +7,7 @@
display: flex;
justify-content: space-between;
}
.cardContainer {
display: grid;
gap: 0.4rem;
@@ -16,6 +17,10 @@
font-weight: 600;
}
.subtitle {
margin: 0;
font-size: 2rem;
}
.card {
text-decoration: none;
display: flex;