Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve contact page layout #2823

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ <h3 class="join"><i class="fa-solid fa-user"></i> Register to join us....</h3>
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 600px;
height: 650px;
height: 788px;
transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

Expand Down Expand Up @@ -867,7 +867,7 @@ <h2 style="text-decoration: underline;text-align: center; font-size: 34px; color
<div id="map-frame" class="map-frame">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d448196.5263247024!2d76.76357512440586!3d28.643684628180505!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cfd5b347eb62d%3A0x37205b715389640!2sDelhi!5e0!3m2!1sen!2sin!4v1728752958279!5m2! 1sen!2sin"
width="500" height="315" style="border: 0;" allowfullscreen="" loading="lazy"
width="700" height="315" style="border: 0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
Expand Down