Move workflow below title when it won't fit comfortably on the side
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user