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 0c5ec9e commit 7986d55Copy full SHA for 7986d55
assets/css/v2/style.css
@@ -1597,7 +1597,7 @@ a:hover {
1597
display: flex;
1598
flex-direction: row;
1599
gap: 1rem;
1600
- align-items: center;
+ align-items: flex-start;
1601
color: oklch(var(--color-brand));
1602
1603
img.card-brand-icon {
@@ -1637,6 +1637,7 @@ a:hover {
1637
.card-container {
1638
.card-header {
1639
justify-content: flex-start;
1640
+ align-items: center;
1641
1642
.lucide,
1643
.card-brand-icon {
@@ -2161,8 +2162,9 @@ hr {
2161
2162
}
2163
2164
.lucide {
- width: 1.8ch;
2165
- height: 1.8ch;
+ flex: 0 0 auto;
2166
+ width: 1.5rem;
2167
+ height: 1.5rem;
2168
stroke: currentColor;
2169
fill: none;
2170
stroke-width: 2;
0 commit comments