Move workflow below title when it won't fit comfortably on the side

This commit is contained in:
Andy Smith
2025-07-10 16:23:22 -05:00
parent cebbc390a1
commit af097e3747
+10
View File
@@ -37,6 +37,16 @@
opacity: 0.2;
}
.card__body {
@media (max-width: 639px) {
flex-direction: column;
}
}
.card__title {
font-size: clamp(var(--text-medium), 6vw, var(--text-xx-large));
}
.card__meta,
.card__stages {
font-size: var(--text-small);