Skip to content
Snippets Groups Projects
Commit 57996e5b authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[FIX] small bugfixes

parent 66d2c716
No related branches found
No related tags found
2 merge requests!617Release,!616Feature/main misc enhancements 2
Pipeline #9729 passed
......@@ -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>
......
......@@ -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>
......
......@@ -199,4 +199,7 @@ p {
@apply font-alt xl:text-2xl font-medium leading-8 uppercase;
letter-spacing: -0.01em;
}
a {
@apply font-semibold;
}
}
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment