Skip to content

Commit

Permalink
fix: code clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
kisielewskik committed Feb 7, 2022
1 parent 840fd0c commit 39ce400
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/GuideTile/GuideTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const GuideTile = ({ duration, title, description, className, to }) => (
css={css`
display: grid;
grid-template-rows: auto 1fr auto;
width: 100%;
border-radius: 0.25rem;
position: relative;
padding: 1rem;
Expand All @@ -23,7 +22,6 @@ const GuideTile = ({ duration, title, description, className, to }) => (
<h3
css={css`
font-size: 1rem;
margin-bottom: 1rem;
`}
>
{title}
Expand All @@ -35,7 +33,6 @@ const GuideTile = ({ duration, title, description, className, to }) => (
flex: 1;
text-align: left;
padding: 0;
margin-bottom: 0.8rem;
`}
>
{description}
Expand Down

0 comments on commit 39ce400

Please sign in to comment.