diff options
Diffstat (limited to 'web/static/style.css')
-rw-r--r-- | web/static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/static/style.css b/web/static/style.css index ce2df1a..0d2fbcd 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -60,6 +60,7 @@ body { .icon { font-family: 'bootstrap-icons-sub'; + vertical-align: -0.125em; } /* titlebar */ @@ -449,7 +450,7 @@ body { #visits .p140 { color: #20e018; } #visits .p180 { color: #20e018; font-weight: bold; } #visits .throws-first { color: #999; } -#visits .throws-first:before { content: '\f151'; font-size: 0.75em; } +#visits .throws-first:before { content: '\f151'; font-size: 0.6em; } #visits .visit-p1-name { grid-column: 1 / span 2; } #visits .visit-p2-name { grid-column: 4 / span 2; } #visits .visit-p1-pts { grid-column: 1; } |