diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0703a84355a8a43fc9421e9e7469f089ddfa09e..ee680adc38809a58f6f8aafd5d2e94048e028221 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 ## [1.6.2] - 2023-04-05
 ### Fixed
-- new line after petition
+- bottom margin
 
 ## [1.6.1] - 2022-08-30
 ### Fixed
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 {
diff --git a/src/views/html-text-petition.php b/src/views/html-text-petition.php
index 5d853100d70c483384f3b2898d7e9ded031b86bc..c176d09e33835ab5d1f7e28669242ab27bac6239 100644
--- a/src/views/html-text-petition.php
+++ b/src/views/html-text-petition.php
@@ -16,5 +16,5 @@
             '<span class="star">&#9733;&#9733;&#9733;&#9733;&#9733;</span><span class="plugins-repository">',
             '</span></a>'
         )
-    ); ?><br /><br />
+    ); ?>
 </div>
\ No newline at end of file