diff options
author | Jody McIntyre <scjody@modernduck.com> | 2014-08-24 13:56:07 -0400 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-23 15:25:12 +0100 |
commit | c8e65b0a0d31b22c51b99d542835ba024e601e7e (patch) | |
tree | c991adea0e403d7aeee3d75df757a5c130a8317d | |
parent | 16f5fc8e554faf354004729d4212079ab3d1048d (diff) |
Center count text
-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 213da1bfb..be742bce3 100644 --- a/app/assets/stylesheets/widget.css +++ b/app/assets/stylesheets/widget.css @@ -71,9 +71,11 @@ body { 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; |