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

program height & alignment

parent 95b116d5
No related branches found
No related tags found
1 merge request!22Feat/redesign
......@@ -76,7 +76,7 @@ context:
{
'slug': '4',
'number': 4,
'title': 'Boj s korupcí a daňovými ráji',
'title': 'Boj',
'content': 'TODO',
'points': [
{
......
......@@ -10,7 +10,7 @@
<div
ref="closedVariant"
class="
bg-black flex flex-row items-center px-5 py-2 gap-5 justify-start duration-200 cursor-pointer
bg-black flex flex-row items-center px-5 py-2 gap-5 justify-start duration-200 cursor-pointer min-h-[600px]
xl:flex-col xl:gap-32 xl:py-8 xl:px-3 xl:h-full xl:justify-between
......@@ -51,11 +51,11 @@
class="
flex flex-col gap-8
xl:flex-row xl:gap-16
xl:flex-row xl:gap-16 xl:h-full
"
>
<div
class="w-full flex flex-col gap-8"
class="w-full flex flex-col gap-8 justify-between"
>
<h2
class="
......@@ -76,7 +76,7 @@
<div
class="
flex flex-col gap-7
w-full
w-full h-full justify-end
"
>
<CardProgramItemPoint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment