Skip to content

Commit

Permalink
Make the tooltip fontsize 1em
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih-erikli committed Sep 5, 2023
1 parent d90b3b4 commit 02c43bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra/client/css/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[data-tooltip]:hover::before {
content: attr(data-tooltip);
font-size: 10px;
font-size: 1em;
text-align: center;
position: absolute;
display: block;
Expand Down

0 comments on commit 02c43bf

Please sign in to comment.