Skip to content

Commit

Permalink
fix: add spacer in blog summary on mobile (ory#17)
Browse files Browse the repository at this point in the history
Closes ory#16
  • Loading branch information
jfcurran authored Jul 7, 2020
1 parent 40cae5e commit 7027721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blog-summary-section.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
background: linear-gradient(to bottom, var(--colors-themed-default) 96px, var(--colors-themed-light) 96px);

& h4 {
height: 60px;
height: auto;
margin-bottom: 16px;
color: var(--colors-themed-default)
}
Expand Down

0 comments on commit 7027721

Please sign in to comment.