refactor: Convert any instances of `pt` to `px` in `widgets.css`.

This commit is contained in:
N-Shar-ma 2022-12-16 00:38:30 +05:30 committed by Tim Abbott
parent 92788a52bb
commit abb3881bdb
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
.poll-option {
font-weight: 600;
font-size: 12pt;
font-size: 16px;
}
.poll-vote {
@ -89,7 +89,7 @@
.poll-names {
color: hsl(0, 0%, 45%);
padding-left: 4px;
font-size: 10pt;
font-size: 14px;
}
}