Skip to content

Commit

Permalink
add pub components
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie85270 committed Mar 16, 2021
1 parent 32df578 commit 2ae7b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/site/section/SectionDesc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SectionDesc = ({ title, items, id, hasCommingSoon, isTemplate }: Props) =>
<div className="mb-8" id={id}>
<h1 className="w-full text-left text-2xl font-light mb-4 text-gray-600">{title}</h1>

<div className="flex w-full gap-0 md:gap-4 flex-wrap justify-evenly md:justify-start items-center">
<div className="flex w-full gap-0 md:gap-4 flex-wrap justify-evenly md:justify-start items-center mb-4">
{items.map((section) => {
return (
<div
Expand Down

0 comments on commit 2ae7b82

Please sign in to comment.