mirror of
https://github.com/umap-project/umap.git
synced 2025-04-30 12:12:36 +02:00
fix: better line-height for importers’ names
This commit is contained in:
parent
b01a194469
commit
3805d7f308
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue