Fix kanban cards style #6
This commit is contained in:
parent
3e57a4bdc9
commit
b0c04e277a
2 changed files with 76 additions and 77 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue