Skip to content

Commit

Permalink
legend titles
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdotbug committed Jul 2, 2024
1 parent 1b3dddf commit 3c0dbb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 8 additions & 3 deletions industries.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
border-radius: 5px;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
div.legend h3 {
letter-spacing: .05em;
font-size: 1.3em;
}
div.legend div.swatches {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -62,10 +66,11 @@
div.cluster div.entry.selected div.label {
font-weight: 600;
}
div.cluster .reset {
font-weight: 700;
div.cluster .reset .label{
font-weight: 700 !important;
text-align: right;
margin: 0;
width: 100%;
letter-spacing: .05em;
}
</style>
</head>
Expand Down
6 changes: 4 additions & 2 deletions progress.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
border-radius: 5px;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
div.cluster h3 {
max-width: 130px;
div.legend h3 {
letter-spacing: .05em;
font-size: 1.3em;
max-width: 150px;
}
div.cluster div.progressGroup {
display: flex;
Expand Down

0 comments on commit 3c0dbb2

Please sign in to comment.