Fix typo hover

This commit is contained in:
Aurelien Vaillant
2020-04-06 12:31:42 +02:00
parent a50158eeab
commit 6040b55479
+4 -3
View File
@@ -413,14 +413,15 @@ body.logged, .logged .content {
padding-bottom: 0; padding-bottom: 0;
} }
.listing-apps a:hover .first-letter { .listing-apps a .first-letter {
display: inline; font-family: 'NotoSansBold', serif;
position: relative;
} }
.listing-apps a:hover .first-letter { .listing-apps a:hover .first-letter {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: inline;
position: relative;
} }
/* ------------------------ /* ------------------------