diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47fe36ae02d6a7bf10e261e8bb9b4fe33a46d439..ee680adc38809a58f6f8aafd5d2e94048e028221 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.6.2] - 2023-04-05
+### Fixed
+- bottom margin
+
 ## [1.6.1] - 2022-08-30
 ### Fixed
 - de_DE translators
diff --git a/assets/css/style.css b/assets/css/style.css
index 9298ec17522772011507649837b754e05b732a65..ffa7f0a625a7e652a9e1caae3761509f5f73006f 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1,6 +1,7 @@
 .wpdesk-rating-petition {
     font-size: 15px;
     width: 100%;
+    margin-bottom: 15px;
 }
 
 .wpdesk-rating-petition a {