fix margin on splash page
This commit is contained in:
parent
2ccb3d0053
commit
0847b0ff3d
|
@ -36,7 +36,6 @@ const SplashPage = (props: SplashPageProps) => {
|
||||||
top: "50%",
|
top: "50%",
|
||||||
transform: "translate(0, -50%)",
|
transform: "translate(0, -50%)",
|
||||||
}}
|
}}
|
||||||
className="centered-container"
|
|
||||||
>
|
>
|
||||||
<CenteredContainer wide>
|
<CenteredContainer wide>
|
||||||
<SplashIconHeader style={{ width: "100%", maxWidth: "440px" }} />
|
<SplashIconHeader style={{ width: "100%", maxWidth: "440px" }} />
|
||||||
|
|
Loading…
Reference in New Issue