try style

This commit is contained in:
isUnknown 2024-11-22 17:53:43 +01:00
parent ff18255c01
commit 497d8a2758

View file

@ -207,14 +207,14 @@ const mergedFiles = computed(() => {
row-gap: 0;
}
.kanban > section > h2 {
.kanban > section h2 {
position: relative;
background-color: var(--header-bg-color);
border-radius: var(--rounded-md);
font-size: var(--text-sm);
height: var(--header-height);
}
.kanban > section > h2 > span {
.kanban > section h2 > span {
display: flex;
justify-content: center;
align-items: center;