We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a170c6e commit be772b1Copy full SHA for be772b1
assets/css/v2/style.css
@@ -1551,6 +1551,7 @@ a:hover {
1551
display: flex;
1552
flex-direction: column;
1553
gap: 0.5rem;
1554
+ height: 100%;
1555
}
1556
1557
.card-header {
@@ -1594,11 +1595,12 @@ a:hover {
1594
1595
padding: 1rem 2rem 2rem 2rem;
1596
1597
.card-container {
- justify-content: space-around;
1598
+ justify-content: space-between;
1599
1600
1601
justify-content: flex-start;
1602
1603
+ .lucide,
1604
.card-brand-icon {
1605
height: 40px;
1606
width: auto;
0 commit comments