Skip to content

Commit 43e3563

Browse files
committed
Card: Fix icon size + add alignment
1 parent 0c5ec9e commit 43e3563

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/css/v2/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,6 +1637,7 @@ a:hover {
16371637
.card-container {
16381638
.card-header {
16391639
justify-content: flex-start;
1640+
align-items: center;
16401641

16411642
.lucide,
16421643
.card-brand-icon {
@@ -2161,8 +2162,8 @@ hr {
21612162
}
21622163

21632164
.lucide {
2164-
width: 1.8ch;
2165-
height: 1.8ch;
2165+
width: 1.5rem;
2166+
height: 1.5rem;
21662167
stroke: currentColor;
21672168
fill: none;
21682169
stroke-width: 2;

0 commit comments

Comments
 (0)