Skip to content

Commit be772b1

Browse files
committed
Card: Add consistent spacing between header and content
1 parent a170c6e commit be772b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/v2/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,6 +1551,7 @@ a:hover {
15511551
display: flex;
15521552
flex-direction: column;
15531553
gap: 0.5rem;
1554+
height: 100%;
15541555
}
15551556

15561557
.card-header {
@@ -1594,11 +1595,12 @@ a:hover {
15941595
padding: 1rem 2rem 2rem 2rem;
15951596

15961597
.card-container {
1597-
justify-content: space-around;
1598+
justify-content: space-between;
15981599

15991600
.card-header {
16001601
justify-content: flex-start;
16011602

1603+
.lucide,
16021604
.card-brand-icon {
16031605
height: 40px;
16041606
width: auto;

0 commit comments

Comments
 (0)