Skip to content

Commit

Permalink
fix: banner text breaking out of image
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Sep 27, 2021
1 parent 95252e3 commit 639245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IOBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const IOBanner = ({ isMobile }) => {
</h1>
<p
css={css`
font-size: max(12px, 0.75vw);
font-size: 0.75rem;
@media screen and (max-width: 1303px) {
margin-bottom: 0.3rem;
}
Expand Down

0 comments on commit 639245b

Please sign in to comment.