diff --git a/main/styleguide/source/_patterns/atoms/text/headings.mustache b/main/styleguide/source/_patterns/atoms/text/headings.mustache
index 9d6613e8f5c60bee712a810185788160bde80a8a..57dc9c20ff4ff13c90e87cd98da855c4d0a58a51 100644
--- a/main/styleguide/source/_patterns/atoms/text/headings.mustache
+++ b/main/styleguide/source/_patterns/atoms/text/headings.mustache
@@ -9,7 +9,7 @@
       Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
       standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a
       type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,
-      remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing
+      remaining essentially unchanged. <a href="#">Aldus PageMaker including versions of Lorem Ipsum.</a> It was popularised in the 1960s with the release of Letraset sheets containing
       Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions
       of Lorem Ipsum.
     </p>
diff --git a/main/styleguide/source/_patterns/templates/people.mustache b/main/styleguide/source/_patterns/templates/people.mustache
index 4964ded1e6a3268ec43ef4f24224ba0769c23784..0ce0d00752c5f64e105153d9ecbb639ac1df5dcf 100644
--- a/main/styleguide/source/_patterns/templates/people.mustache
+++ b/main/styleguide/source/_patterns/templates/people.mustache
@@ -30,7 +30,7 @@
             </div>
           </ui-horizontal-scrollable>
         </div>
-        <div class="flex flex-wrap gap-4 xl:justify-center">
+        <div class="flex flex-wrap gap-4">
           <template v-if="isCurrentView('candidates')">
             {{> molecules-person-contact-big-block(name: "Ivan Bartoš", function: "předseda Pirátů, poslanec PSP ČR za Ústecký kraj, ministr, vicepremiér") }}
           </template>
diff --git a/main/styleguide/source/css/atoms/heading.pcss b/main/styleguide/source/css/atoms/heading.pcss
index e39a7f65d2f82236e414e83791043eec17201692..cee180872f5030a9838d3ca6d0b9d1d1197d8af3 100644
--- a/main/styleguide/source/css/atoms/heading.pcss
+++ b/main/styleguide/source/css/atoms/heading.pcss
@@ -199,4 +199,7 @@ p {
     @apply font-alt xl:text-2xl font-medium leading-8 uppercase;
     letter-spacing: -0.01em;
   }
+  a {
+    @apply font-semibold;
+  }
 }
diff --git a/main/templates/main/main_people_page.html b/main/templates/main/main_people_page.html
index 526a6b870a20be7f25f5eb457babbddd0a35728d..d2d4c879f03f16e1edd123d6f5c402332d84bc95 100644
--- a/main/templates/main/main_people_page.html
+++ b/main/templates/main/main_people_page.html
@@ -33,7 +33,7 @@
             </div>
           </ui-horizontal-scrollable>
         </div>
-        <div class="flex flex-wrap gap-4 xl:justify-center">
+        <div class="flex flex-wrap gap-4">
           {% for people_group in page.people %}
             <template v-if="isCurrentView('{{ people_group.value.slug }}-{{ forloop.counter }}')">
               {% for person_page in people_group.value.person_list %}