File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,4 +116,49 @@ $greenText: #2ee6b7;
116116 right : -2vw ;
117117 }
118118}
119+ @media screen and (max-width : 1350px ) {
120+ .ground {
121+ right : -15vw ;
122+ }
123+ }
124+ @media screen and (max-width : 1250px ) {
125+ .ground {
126+ right : -25vw ;
127+ }
128+ }
129+ @media screen and (max-width : 1150px ) {
130+ .ground {
131+ right : -30vw ;
132+ }
133+ }
134+ @media screen and (max-width : 750px ) {
135+ .ground {
136+ right : -45vw ;
137+ }
138+ }
139+ @media screen and (max-width : 550px ) {
140+ .ground {
141+ right : -65vw ;
142+ }
143+ }
144+ @media screen and (max-width : 450px ) {
145+ .ground {
146+ right : -77vw ;
147+ }
148+ }
149+ @media screen and (max-width : 400px ) {
150+ .ground {
151+ right : -87vw ;
152+ }
153+ }
154+ @media screen and (max-width : 350px ) {
155+ .ground {
156+ right : -100vw ;
157+ }
158+ }
159+ @media screen and (max-width : 300px ) {
160+ .ground {
161+ right : -120vw ;
162+ }
163+ }
119164 </style >
Original file line number Diff line number Diff line change @@ -185,4 +185,33 @@ input {
185185 display : inline-block ;
186186}
187187
188+ @media screen and (max-width : 1100px ) {
189+ .Title {
190+ font-size : 40px ;
191+ }
192+ }
193+ @media screen and (max-width : 850px ) {
194+ .Title {
195+ font-size : 35px ;
196+ width : 400px
197+ }
198+ }
199+ @media screen and (max-width : 580px ) {
200+ .Title {
201+ font-size : 30px ;
202+ width : 300px
203+ }
204+ .btn {
205+ display : block ;
206+ }
207+ .ib {
208+ margin-left : 0px ;
209+ margin-top : 140px ;
210+ }
211+ }
212+ @media screen and (max-height : 650px ) {
213+ .Title {
214+ margin-top : 5vh ;
215+ }
216+ }
188217 </style >
You can’t perform that action at this time.
0 commit comments