File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
apps/web/src/pages/MemeQuizPage/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { motion } from 'motion/react';
44const Container = styled ( motion . div ) `
55 position: relative;
66 width: 100%;
7- height: 100% ;
7+ height: 100vh ;
88 display: flex;
99 flex-direction: column;
1010 align-items: center;
@@ -16,7 +16,7 @@ const ResultCard = styled(motion.div)`
1616 width: calc(100% - 40px);
1717 max-width: ${ ( { theme } ) => theme . breakpoints . mobile } ;
1818 height: 481px;
19- margin-top: 70px ;
19+ margin-top: 4.375rem ;
2020 border-radius: 14px;
2121 background: linear-gradient(
2222 135deg,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { motion } from 'motion/react';
44const Container = styled ( motion . div ) `
55 position: relative;
66 width: 100%;
7- height: 100% ;
7+ height: 100vh ;
88 display: flex;
99 flex-direction: column;
1010 align-items: center;
@@ -16,7 +16,7 @@ const Container = styled(motion.div)`
1616` ;
1717
1818const TextSection = styled ( motion . div ) `
19- margin-top: 158px ;
19+ margin-top: 9.875rem ;
2020 text-align: center;
2121 width: 100%;
2222 padding: 0 24px;
You can’t perform that action at this time.
0 commit comments