Fix centering of the avg cut text

This commit is contained in:
Liam 2022-10-29 15:43:48 +01:00
parent 50677ec049
commit 3609cc40be

@ -19,7 +19,6 @@
.cutStatsLeft {
text-align: right;
margin-right: 3px;
}
.cutStatsRight {
@ -28,6 +27,7 @@
.cutStatsAverageCut {
font-weight: bold;
margin-left: 5px;
}
.cutStatsHands {