We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bec34d commit 47e129cCopy full SHA for 47e129c
1 file changed
frontend/src/components/ValetudoSplash.tsx
@@ -9,23 +9,26 @@ const ValetudoSplash = (): React.ReactElement => {
9
container
10
sx={{
11
width: "90%",
12
- height: "50%",
13
- margin: "auto",
14
- marginTop: "25%",
15
- marginBottom: "25%",
+ margin: "0 auto",
16
maxWidth: "600px",
17
- minHeight: "90%",
+ height: "100vh",
18
}}
19
direction="column"
20
alignItems="center"
21
- justifyContent="center"
+ justifyContent="flex-start"
+ paddingTop="20vh"
22
>
23
<Grid2
+ sx={{
+ width: "90%",
24
+ maxWidth: "270px"
25
+ }}
26
27
<SplashLogo
28
style={{
- width: "90%",
- marginLeft: "5%"
29
+ width: "100%",
30
+ height: "auto",
31
+ display: "block"
32
33
/>
34
</Grid2>
0 commit comments