Skip to content

Commit

Permalink
[MOD]cellのパディングを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
UMASHIBA1 committed Jul 20, 2020
1 parent 6ce68ba commit be05313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/SectionContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const OneContent: React.FC<OneContentProps> = ({
style={{ maxWidth: "50rem", minWidth: "20rem" }}
>
<H1 text={title} />
<div className="p-2">{description}</div>
<div className="py-2">{description}</div>
{link !== undefined ? (
<a href={link} target="_blank" rel="noopener noreferrer">
<Button colorClassName={colorClassName} text="見てみる" />
Expand Down

0 comments on commit be05313

Please sign in to comment.