File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,11 @@ export const BackIcon = styled.div`
2020` ;
2121
2222export const Inner = styled . div `
23- margin-top: 120px;
23+ margin-top: 60px;
24+
25+ @media (min-height: 800px) {
26+ margin-top: 120px;
27+ }
2428` ;
2529
2630export const Title = styled . h2 `
@@ -33,9 +37,13 @@ export const Title = styled.h2`
3337` ;
3438
3539export const BtnWrapper = styled . div `
36- margin-top: 391px;
40+ /* margin-top: 391px; */
3741 position: absolute;
38- bottom: 120px;
42+ bottom: 60px;
43+
44+ @media (min-height: 800px) {
45+ bottom: 120px;
46+ }
3947` ;
4048
4149export const SignInBtn = styled . button `
@@ -71,7 +79,10 @@ export const Contents = styled.h6`
7179` ;
7280
7381export const LinkWrapper = styled ( Column ) `
74- margin-top: 90px;
82+ margin-top: 45px;
83+ @media (min-height: 800px) {
84+ margin-top: 90px;
85+ }
7586` ;
7687
7788export const LinkContents = styled . a `
You can’t perform that action at this time.
0 commit comments