Merge pull request #210 from puremana/ie11-homepage-support

IE11 Homepage Support
This commit is contained in:
Jean-Philippe Sirois
2020-01-22 04:32:46 -05:00
committed by GitHub
5 changed files with 7 additions and 2 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`
+1
View File
@@ -13,6 +13,7 @@ const waves = css`
export const StyledWavesTop = styled(WavesTop)`
${waves};
top: 0;
left: 0;
`
export const StyledWavesBottom = styled(WavesBottom)`
+1 -1
View File
@@ -1,4 +1,4 @@
<svg fill="none" viewBox="0 0 1825 862">
<svg fill="none" viewBox="0 0 1825 862" preserveAspectRatio="xMaxYmax slice">
<mask id="#bot_mask" width="1825" height="862" x="0" y="0" maskUnits="userSpaceOnUse">
<path fill="#C4C4C4" d="M0 0h1825v862H0z"/>
</mask>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+1 -1
View File
@@ -1,4 +1,4 @@
<svg fill="none" viewBox="0 0 1825 859">
<svg fill="none" viewBox="0 0 1825 859" width="1825" height="859" preserveAspectRatio="xMinYMin meet">
<mask id="top_mask" width="1825" height="859" x="0" y="0" maskUnits="userSpaceOnUse">
<path fill="#C4C4C4" d="M0 0h1825v859H0z"/>
</mask>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB