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

program height & alignment

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