diff --git a/main/styleguide/source/_patterns/organisms/footer.mustache b/main/styleguide/source/_patterns/organisms/footer.mustache
index ab6971ccececc78d5f7bda3bb44a06064458f803..31f9f279c6d646c403a62a9df931b790ae1266b8 100644
--- a/main/styleguide/source/_patterns/organisms/footer.mustache
+++ b/main/styleguide/source/_patterns/organisms/footer.mustache
@@ -9,7 +9,7 @@
             class="w-32 md:w-40 pb-6"
           />
         </section>
-        <section class="footer__social lg:text-right lg:mb-10">
+        <section class="footer__social mb-5 lg:text-right lg:mb-10">
           <div class="font-alt text-2xl mb-4">
             Zůstaňte s námi v konaktu
           </div>
@@ -34,7 +34,7 @@
           </div>
         </section>
         <section class="footer__main-links text-white lg:flex lg:flex-wrap lg:justify-between gap-8">
-          <div class="pt-8 pb-4 lg:py-0">
+          <div class="py-4 lg:py-0">
             <ui-footer-collapsible label="Navigace">
               <ul class="text-white py-8">
                 <li>
diff --git a/main/templates/main/includes/layout/footer.html b/main/templates/main/includes/layout/footer.html
index b58f5c7948253f5b1106aeff515aaaeab5861461..1ad964298a84397a7ae2184be35e97edfe06e829 100644
--- a/main/templates/main/includes/layout/footer.html
+++ b/main/templates/main/includes/layout/footer.html
@@ -10,7 +10,7 @@
             class="w-32 md:w-40 pb-6"
           />
         </section>
-        <section class="footer__social lg:text-right lg:mb-10">
+        <section class="footer__social mb-5 lg:text-right lg:mb-10">
           {% if page.root_page.social_links %}
             <div class="font-alt text-2xl mb-4">
               Zůstaňte s námi v konaktu
@@ -28,7 +28,7 @@
         </section>
         <section class="footer__main-links text-white lg:flex lg:flex-wrap lg:justify-between gap-8">
           {% for other_link in page.root_page.footer_other_links %}
-            <div class="{% if forloop.first %}pt-8 pb-4 {% else %}pt-4 {% endif %}lg:py-0">
+            <div class="py-4 lg:py-0">
               <ui-footer-collapsible label="{{ other_link.value.title }}">
                 <ul class="text-white py-8">
                   {% for link_list in other_link.value.list %}