Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas-Sawant-iffort authored Sep 17, 2024
1 parent dc37320 commit ec2f481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
/* Responsive Styles */
@media (max-width: 1024px) {
.iframe-container iframe {
height: 70vh;
height: 140vh;
}
}

Expand All @@ -134,7 +134,7 @@
}

.iframe-container iframe {
height: 60vh;
height: 120vh;
}

.container {
Expand All @@ -148,7 +148,7 @@
}

.iframe-container iframe {
height: 50vh;
height: 100vh;
}

.container {
Expand Down

0 comments on commit ec2f481

Please sign in to comment.