Skip to content

Commit

Permalink
Merge pull request #1124 from rajveeerr/main
Browse files Browse the repository at this point in the history
Fix Iframe Width and Newsletter Validation & Input Visibility
  • Loading branch information
SurajPratap10 authored Oct 2, 2024
2 parents 50f35ed + bce8b43 commit 9e56923
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions views/home.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<h1 style="text-align: center; color: rgb(243, 243, 243); font-size: 3rem; margin-bottom: 20px;">TUTORIAL</h1>
<div style="display:flex; align-items: center; width:90%;height:fit-content;">

<iframe allow="autoplay;" allowfullscreen style="border:none" src="https://clipchamp.com/watch/S9VfyxjttlP/embed" width="940" height="560"></iframe>
<iframe allow="autoplay;" allowfullscreen style="border:none" src="https://clipchamp.com/watch/S9VfyxjttlP/embed" width="100%" height="560"></iframe>
</div>


Expand Down Expand Up @@ -111,19 +111,16 @@
<div class="news-form">
<form action="https://getform.io/f/94db7290-a297-4170-b95f-a99d55172aa8" method="POST">
<input type="email" name="email" id="email" placeholder="Enter your Email Id..." style="
background-color: #fff;
@media (min-width: 640px) {
border-radius: 0;
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}">
}" required>

<button id="btn-new" style="
padding-top: 0.625rem;
width: 12rem;
padding-bottom: 0.625rem;
padding-left: 0.875rem;
padding-right: 0.875rem;
padding: 0.625rem 0.875rem;
border-radius: 0.375rem;
margin-left: 2rem;
font-size: 0.875rem;
Expand Down

0 comments on commit 9e56923

Please sign in to comment.