diff --git a/CHANGELOG.md b/CHANGELOG.md index d25af7db..6b95e14d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Updated ### Fixed +- Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM + ## [2.1.2] - 2017-07-01 ### Changed diff --git a/modules/default/clock/clock_styles.css b/modules/default/clock/clock_styles.css index dd9eb0f8..1df9bf83 100644 --- a/modules/default/clock/clock_styles.css +++ b/modules/default/clock/clock_styles.css @@ -1,5 +1,5 @@ .clockCircle { - margin: 0; + margin: 0 auto; position: relative; border-radius: 50%; background-size: 100%;