Skip to content

Commit

Permalink
remove style property
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Benson committed May 15, 2020
1 parent 9edb9e7 commit ab15341
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const FeatureCardStyles = css`
grid-template-columns: repeat(3, minmax(150px, 1fr));
grid-template-areas: "header main main";
color: inherit;
font-family: var(--text-font);
box-sizing: border-box;
padding: 20px;
box-shadow: unset;
Expand Down

0 comments on commit ab15341

Please sign in to comment.