fix: Login to X should be centered when team name wraps to newline

This commit is contained in:
Tom Moor
2020-08-12 14:05:32 -07:00
parent 11f7e3a060
commit dbe8a10702
2 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@ import styled from "styled-components";
const Heading = styled.h1`
display: flex;
align-items: center;
${(props) => (props.centered ? "text-align: center;" : "")}
svg {
margin-left: -6px;