Skip to content
Snippets Groups Projects
Commit 79903f1e authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix program position

parent 4994359b
No related branches found
No related tags found
1 merge request!22Feat/redesign
......@@ -8,7 +8,7 @@
>
{% if icon %}
<i class="{{ icon }} hidden mr-6 text-6xl lg:shown xl:justify-self-end"></i>
<i class="{{ icon }} hidden mr-6 text-6xl lg:block xl:justify-self-end"></i>
{% endif %}
<div class="flex flex-col">
......
......@@ -13,7 +13,7 @@
{% for program in programs %}
<template v-if="isCurrentView('view{{ forloop.counter }}')">
{% if program.type == "concise" %}
<div class="mx-auto">
<div>
{% if program.perex %}
<div class="mb-12">
<div class="prose">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment