mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-24 16:54:23 +01:00
update: chips gap, add divider on mobile
This commit is contained in:
@@ -17,7 +17,7 @@ export default function CapabilitiesCard({ capabilities }: Props) {
|
||||
{capabilities.length === 0 && <>
|
||||
<p className="text-gray-700 text-body4">No capabilities added</p>
|
||||
</>}
|
||||
<div className="flex flex-wrap gap-8 md:gap-16">
|
||||
<div className="flex flex-wrap gap-8">
|
||||
{capabilities.map(cap => <Badge key={cap.id} size='sm'>{cap.icon} {cap.title}</Badge>)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -100,6 +100,7 @@ export default function ProjectPage() {
|
||||
<hr className="bg-gray-100" />
|
||||
<StoriesCard onlyMd stories={[]} />
|
||||
<TournamentsCard onlyMd tournaments={[]} />
|
||||
<hr className="bg-gray-100" />
|
||||
<SimilarProjectsCard id={project.id} />
|
||||
</main>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user