aidn commited on
Commit
33ed38e
·
verified ·
1 Parent(s): b091723

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +20 -0
index.html CHANGED
@@ -310,6 +310,26 @@
310
  text-align: center;
311
  }
312
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
313
  .embed-wrapper {
314
  margin-top: 2.5rem;
315
  border-radius: 20px;
 
310
  text-align: center;
311
  }
312
 
313
+ @media (max-width: 768px) {
314
+ .embed-section {
315
+ padding: 3rem 0;
316
+ }
317
+ .embed-section .section-label,
318
+ .embed-section h2,
319
+ .embed-section > p {
320
+ padding: 0 1.5rem;
321
+ }
322
+ .embed-wrapper {
323
+ border-radius: 0;
324
+ border-left: none;
325
+ border-right: none;
326
+ }
327
+ .embed-wrapper iframe {
328
+ height: 85vh;
329
+ min-height: 600px;
330
+ }
331
+ }
332
+
333
  .embed-wrapper {
334
  margin-top: 2.5rem;
335
  border-radius: 20px;