diff options
| -rw-r--r-- | client/colors.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/colors.less b/client/colors.less index 8ecdc94..58eee38 100644 --- a/client/colors.less +++ b/client/colors.less @@ -238,8 +238,10 @@ body { } } div.final { - text-align: center; + display: -webkit-flex; display: flex; + text-align: center; + -webkit-justify-content: center; justify-content: center; div.final-dominants { margin-left: 40px; |
