mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Center the landing component better
This commit is contained in:
parent
b3f39a041e
commit
ade554fe71
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export default function Landing() {
|
|||
position: 'absolute',
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'center',
|
||||
bottom: 5,
|
||||
bottom: 150,
|
||||
mx: 'auto',
|
||||
width: '100%'
|
||||
}}
|
||||
|
|
@ -108,6 +108,7 @@ export default function Landing() {
|
|||
</Fade>
|
||||
</Box>
|
||||
<br />
|
||||
<br />
|
||||
<ScrollHint />
|
||||
</Box>
|
||||
</Slide>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue