Skip to content

Commit

Permalink
feat: increase feature box height
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Nov 30, 2020
1 parent b50d2ee commit 9777ae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const FeatureBox = styled.div`
padding: 20px 10px;
border-radius: 3px;
box-shadow: ${(props) => props.theme.shadows.light};
height: 150px;
h3 {
font-size: 1.25rem;
Expand All @@ -33,6 +32,7 @@ export const FeatureBoxTop = styled(FeatureBox)`

export const FeatureBoxBottom = styled(FeatureBox)`
color: #6d9239;
height: 200px;
`

export function MainSectionHeroFeatures() {
Expand Down

0 comments on commit 9777ae6

Please sign in to comment.