File tree 1 file changed +25
-27
lines changed
LongevityWorldCup.Website/wwwroot
1 file changed +25
-27
lines changed Original file line number Diff line number Diff line change 144
144
.section-container input [type = "email" ] {
145
145
padding : 0.6rem 1rem ;
146
146
width : 250px ;
147
+ max-width : 350px ;
147
148
border-radius : 25px ;
148
149
border : 1px solid var (--primary-color );
149
150
margin-right : 1rem ;
160
161
border-radius : 25px ;
161
162
cursor : pointer;
162
163
transition : background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
164
+ max-width : 350px ;
163
165
}
164
166
165
167
.section-container button : hover {
196
198
align-items : center;
197
199
}
198
200
199
- /* Adjust spacing for mobile */
200
- @media (max-width : 768px ) {
201
- .section-container {
202
- padding : 1.5rem ;
203
- }
204
-
205
- .section-container input [type = "email" ] {
206
- width : 100% ;
207
- margin : 0 0 1rem 0 ;
208
- }
209
-
210
- # newsletter-form {
211
- flex-direction : column;
212
- }
213
-
214
- .section-container button {
215
- width : 100% ;
216
- }
217
- }
218
-
219
201
/* Styles for the copy button */
220
202
.copy-btn {
221
203
background : none;
376
358
font-size : 1.2rem ;
377
359
margin : 0 ;
378
360
}
361
+
362
+ # countdown {
363
+ font-size : 1.5rem ;
364
+ }
365
+
366
+ .section-container {
367
+ padding : 1.5rem ;
368
+ }
369
+
370
+ .section-container input [type = "email" ] {
371
+ width : 100% ;
372
+ margin : 0 0 1rem 0 ;
373
+ }
374
+
375
+ .section-container button {
376
+ flex-direction : column;
377
+ width : 100% ;
378
+ }
379
+
380
+ # newsletter-form {
381
+ flex-direction : column;
382
+ width : 100% ; /* Ensure the container doesn't cause layout issues */
383
+ }
379
384
}
380
385
381
386
/* Countdown Section Styles */
408
413
color : var (--dark-text-color );
409
414
line-height : 1.6 ;
410
415
}
411
-
412
- /* Responsive adjustments for countdown */
413
- @media (max-width : 768px ) {
414
- # countdown {
415
- font-size : 1.5rem ;
416
- }
417
- }
418
416
</ style >
419
417
</ head >
420
418
< body >
You can’t perform that action at this time.
0 commit comments