feat: add Galeria Rumia project with description and thumbnails; update layout for commercial projects
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s
This commit is contained in:
@@ -19,7 +19,7 @@ const CommercialProjects = () => {
|
||||
</div>
|
||||
|
||||
<div className="w-full max-w-[90vw] md:max-w-6xl">
|
||||
<div className="flex items-stretch gap-6 overflow-x-auto pb-8 pt-4 px-4 snap-x snap-mandatory md:justify-center scrollbar-thin scrollbar-thumb-yellow-400 scrollbar-track-white/10">
|
||||
<div className="flex flex-wrap items-stretch gap-6 overflow-x-auto pb-8 pt-4 px-4 snap-x snap-mandatory md:justify-center scrollbar-thin scrollbar-thumb-yellow-400 scrollbar-track-white/10">
|
||||
{commercialProjects.map((project) => (
|
||||
<CommercialProjectCard key={project.id} project={project} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user