diff --git a/app/components/Heading.js b/app/components/Heading.js index 763c5e382..f625d43ef 100644 --- a/app/components/Heading.js +++ b/app/components/Heading.js @@ -7,8 +7,11 @@ const Heading = styled.h1` ${(props) => (props.centered ? "text-align: center;" : "")} svg { + margin-top: 4px; margin-left: -6px; margin-right: 2px; + align-self: flex-start; + flex-shrink: 0; } `;