fix: better line-height for importers’ names

This commit is contained in:
David Larlet 2024-06-26 15:43:46 -04:00
parent b01a194469
commit 3805d7f308
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -11,6 +11,7 @@
border: none;
width: initial;
display: inline-block;
line-height: 1rem;
}
.importer h3:before {
background-image: url(../img/importers/random.svg);
@ -32,6 +33,7 @@
width: 100%;
height: 50px;
display: block;
margin-bottom: var(--gutter);
}
.importer.geodatamine h3:before,
.importers ul .geodatamine:before {