File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,16 @@ const Bottom = styled.div`
75
75
transform: translateX(-50%);
76
76
cursor: pointer;
77
77
78
- @media (max-width: 700px ) {
79
- width: 100 %;
78
+ @media (max-width: 800px ) {
79
+ width: 80 %;
80
80
height: auto;
81
81
}
82
82
}
83
83
` ;
84
84
const BottomText = styled . div `
85
85
position: fixed;
86
86
left: 50%;
87
- bottom: 2.5em ;
87
+ bottom: 4.5rem ;
88
88
transform: translateX(-50%);
89
89
z-index: 3;
90
90
color: var(--light_black, #232323);
@@ -95,9 +95,13 @@ const BottomText = styled.div`
95
95
line-height: 40px; /* 125% */
96
96
cursor: pointer;
97
97
white-space: nowrap;
98
- @media (max-width: 700px) {
99
- font-size: 1.2em;
100
- bottom: 1em;
98
+ @media (max-width: 800px) {
99
+ font-size: 1.5rem;
100
+ bottom: 3%.5;
101
+ }
102
+ @media (max-width: 450px) {
103
+ font-size: 1rem;
104
+ bottom: 2rem;
101
105
}
102
106
` ;
103
107
You can’t perform that action at this time.
0 commit comments