Skip to content

Commit

Permalink
Refs #143873 - Fluid font size in facet modal title.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Jan 10, 2022
1 parent 4cddd91 commit 774eae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ div.ui.modal.facet {
.facet-title {
h3 {
margin: 0 1em 0 0;
font-size: 18px;
font-size: calc(10px + 6 * ((100vw - 320px) / 680));
font-weight: 600;
}
display: flex;
Expand Down

0 comments on commit 774eae9

Please sign in to comment.