Fix kanban cards style #6

This commit is contained in:
Timothée Goguely 2024-11-19 15:55:27 +01:00
parent 3e57a4bdc9
commit b0c04e277a
2 changed files with 76 additions and 77 deletions

View file

@ -11,6 +11,9 @@
row-gap: var(--row-gap);
}
.card__title {
position: initial;
}
.card__title > a {
font: inherit;
color: currentColor;
@ -26,7 +29,7 @@
position: relative;
width: 100%;
border: 4px solid var(--color-grey-50);
border-radius: var(--rounded-2xl);
border-radius: var(--rounded-lg);
overflow: hidden;
margin-bottom: var(--space-16);
aspect-ratio: 408/220;