Skip to content

Commit 45e05e1

Browse files
hot fix in landing page style
1 parent d7fa1b4 commit 45e05e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/pages/LandingPage/styles.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
import styled from 'styled-components';
22

33
export const Container = styled.div`
4+
display: flex;
5+
flex-direction: column;
6+
justify-content: center;
7+
align-items: center;
8+
9+
width: 100vw;
10+
height: 100vh;
11+
412
svg {
513
max-width: 40rem;
614
width: 100%;

0 commit comments

Comments
 (0)