diff options
-rw-r--r-- | app/assets/stylesheets/widget.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/widget.css b/app/assets/stylesheets/widget.css index 6d393dc4b..88b6d4dae 100644 --- a/app/assets/stylesheets/widget.css +++ b/app/assets/stylesheets/widget.css @@ -72,9 +72,11 @@ no { border: 1px solid red; } position: absolute; left: 176px; top: 22px; + width: 100px; color: white; font-weight: 800; font-size: 55px; + text-align: center; } #alawidget-bottom a { text-decoration: none; |