1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-30 16:09:38 +02:00

Fix styling (line-spacing) for items wih titles that end up on multiple lines

This commit is contained in:
François Darveau 2022-08-09 10:23:38 -04:00 committed by François Darveau
parent 4c827d2c91
commit 2c173801ac

View file

@ -28,7 +28,6 @@
font-size: 1em;
font-weight: 500;
color: var(--color-primary);
margin-bottom: -10px;
}
.AppCardDetails span {
@ -52,6 +51,7 @@
display: flex;
width: 100%;
align-items: center;
margin-bottom: 10px;
}
.Apps a:hover {