diff --git a/components/ScheduleSection.js b/components/ScheduleSection.js index aa8f877..67a9395 100644 --- a/components/ScheduleSection.js +++ b/components/ScheduleSection.js @@ -55,7 +55,9 @@ const schedule=[ export function ScheduleSection(props){ return ( -
Place: VentureX San Diego
@@ -95,8 +97,10 @@ export function Leaf(props){ const textAlign=(props.index%2)==0?" text-right ": " text-left "; const flexAlign=(props.index%2)==0?" flex-row ": " flex-row-reverse "; + const justify=(props.index%2)==0?" justify-end ": " justify-start "; const descriptionDefinedBorder=(props.index%2)==0?" border-r-8 ": " border-l-8 "; const timeDefinedBorder=(props.index%2)==0?" border-l-8 ": " border-r-8 "; + const position=(props.index%2)==0?" relative left-[5px] ": " relative left-[-5px] "; return ( @@ -104,14 +108,18 @@ export function Leaf(props){{props.duration}
-{props.title}
+{props.duration}
+{props.title}
{props.description}
{props.time}
+{props.time}