Make changes specific to card perma

This commit is contained in:
Andy Smith
2025-08-11 11:49:31 -05:00
parent 9224b76104
commit 6c1a0bb5de
2 changed files with 6 additions and 3 deletions
+6
View File
@@ -43,6 +43,12 @@
}
}
.card__content {
display: flex;
flex-direction: column;
gap: 1ch;
}
.card__title {
font-size: clamp(var(--text-medium), 6vw, var(--text-xx-large));
}
-3
View File
@@ -105,10 +105,7 @@
.card__content {
contain: inline-size;
display: flex;
flex: 2 1 auto;
flex-direction: column;
gap: 1ch;
max-inline-size: 100%;
}