fix(home): ie11 support: resolve overflowing h1, nav link underlines, discord button height

This commit is contained in:
Jeremy
2020-01-22 04:30:37 -05:00
committed by Jean-Philippe Sirois
parent 440c4c1bb9
commit c06c7df749
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -25,5 +25,6 @@ export const DiscordButtonWrapper = styled.a`
export const StyledDiscordLogo = styled(DiscordLogo)`
width: 30px;
height: 30px;
margin-right: 13px;
`
+3
View File
@@ -22,6 +22,7 @@ export const TitleWrapper = styled.div`
display: flex;
align-items: center;
margin-bottom: 22px;
max-width: 100%;
.is-home & {
flex-direction: column;
@@ -41,6 +42,7 @@ export const Title = styled.h1`
.is-home & {
margin: 32px 0;
font-size: 88px;
max-width: 100%;
@media screen and (max-width: 991px) {
font-size: 58px;
@@ -142,6 +144,7 @@ export const MenuItemLine = styled.div`
bottom: 0;
background: #fff;
transition: all 0.3s;
left: 0;
`
export const menuItemStyles = css`