mirror of
				https://github.com/walkxcode/dashboard-icons.git
				synced 2025-10-31 16:57:58 +01:00 
			
		
		
		
	rework spacing
This commit is contained in:
		| @@ -44,7 +44,7 @@ export function RecentlyAddedIcons({ icons }: { icons: IconWithName[] }) { | ||||
| 				</div> | ||||
|  | ||||
| 				<div className="relative flex w-full flex-col items-center justify-center overflow-hidden"> | ||||
| 					<Marquee pauseOnHover className="[--duration:30s] [--gap:2rem]"> | ||||
| 					<Marquee pauseOnHover className="[--duration:30s] [--gap:1em]"> | ||||
| 						{firstRow.map(({ name, data }) => ( | ||||
| 							<RecentIconCard key={name} name={name} data={data} /> | ||||
| 						))} | ||||
| @@ -52,7 +52,7 @@ export function RecentlyAddedIcons({ icons }: { icons: IconWithName[] }) { | ||||
| 					<Marquee | ||||
| 						reverse | ||||
| 						pauseOnHover | ||||
| 						className="[--duration:30s] [--gap:2rem] mt-6" | ||||
| 						className="[--duration:30s] [--gap:1rem] mt-6" | ||||
| 					> | ||||
| 						{secondRow.map(({ name, data }) => ( | ||||
| 							<RecentIconCard key={name} name={name} data={data} /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user