Edit spacing
This commit is contained in:
@@ -122,9 +122,9 @@ export function Itinerary() {
|
||||
<div className="absolute inset-0 bg-black opacity-60"></div>
|
||||
{/* paragraphs */}
|
||||
<div className="absolute inset-0 flex items-start justify-center mx-auto max-w-lg flex-col text-start px-10">
|
||||
<H2 className=" text-white text-3xl font-semibold">{dayData.title}</H2>
|
||||
<H2 className="">{dayData.title}</H2>
|
||||
{dayData.content.map((paragraph, index) => (
|
||||
<PS key={index} className=" mt-4 text-white text-start font-medium">{paragraph}</PS>
|
||||
<PS key={index} className="mt-2">{paragraph}</PS>
|
||||
))}
|
||||
<div className="mt-6 flex justify-center items-center ">
|
||||
<ChevronDownIcon
|
||||
|
Reference in New Issue
Block a user