File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4646 ]}
4747>
4848 <div
49- class =" h-full 2xl:overflow-y-auto lg:pt-64 min-h-screen pb-32 lg:pb-16 flex flex-col justify-center 2xl:items-end items-center px-6 2xl:pr-16"
49+ class =" h-full 2xl:overflow-y-auto lg:pt-64 pt-32 min-h-screen pb-32 lg:pb-16 flex flex-col justify-center 2xl:items-end items-center px-6 2xl:pr-16 max-w-full "
5050 >
5151 <h1 class =" font-extrabold text-5xl lg:text-8xl text-center 2xl:text-right text-white mb-16" >
5252 <span class =" drop-shadow-lg" >Svelte</span >
6060 engaging and visually appealing.
6161 </p >
6262
63- <div class =" flex flex-col items-center justify-center gap-4 mt-8 overflow-clip max-w-full" >
63+ <div class =" flex flex-col items-center justify-center gap-4 mt-8 max-w-full" >
6464 {#each itemsToCopy as { text }, idx (idx )}
65- <div class =" flex rounded-md shadow-sm w-full max-w-full overflow-auto" >
66- <pre class =" flex bg-gray-900 p-2 rounded-l-md text-xs flex-1 w-full " >
65+ <div class =" flex rounded-md shadow-sm w-full overflow-auto" >
66+ <pre class =" flex bg-gray-900 p-2 rounded-l-md text-xs flex-1" >
6767 <code >{@html text }</code >
6868 </pre >
6969 <button
Original file line number Diff line number Diff line change 124124 Enhance your experience with interactive cursor styles based on the hovered element.
125125 </p >
126126 </header >
127- <div class =" container grid gap-6 lg:gap-16 lg:grid-cols-3" >
127+ <div class =" grid gap-6 lg:gap-16 lg:grid-cols-3" >
128128 {#each cards as { title, description, image }, idx }
129129 <figure
130130 class =" flex items-center justify-center rounded-lg overflow-clip aspect-[8/10] motion-safe:transition-all transform-gpu motion-safe:duration-300 hover:scale-105"
You can’t perform that action at this time.
0 commit comments