style: remove static height of card header

This commit is contained in:
Ayo Ayco 2025-08-07 14:45:59 +02:00
parent 5a1b8eaee3
commit 4454e598af

View file

@ -71,7 +71,6 @@
display: grid; display: grid;
grid-template-columns: auto auto; grid-template-columns: auto auto;
gap: 5px; gap: 5px;
height: 20px;
& .author { & .author {
font-size: var(--font-size-lg); font-size: var(--font-size-lg);