Increase pictogram category title font size
This commit is contained in:
parent
7810cba660
commit
35afd02551
1 changed files with 3 additions and 0 deletions
|
@ -552,6 +552,9 @@ i.info {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
}
|
}
|
||||||
|
.umap-pictogram-category h6 {
|
||||||
|
font-size: 1.3em;
|
||||||
|
}
|
||||||
.umap-pictogram-grid {
|
.umap-pictogram-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, 30px);
|
grid-template-columns: repeat(auto-fill, 30px);
|
||||||
|
|
Loading…
Reference in a new issue