Skip to content

Commit

Permalink
Fix broken ios map
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlinx committed Nov 27, 2024
1 parent cb2a104 commit 1450f87
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@ <h1>Dec 8th, 5 - 8 PM Livingston Hall</h1>
[link]="settings.General.discordLink">Discord</app-button>
</div>
</div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.8205973338113!2d-74.43978022398375!3d40.52345627142261!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c743edd6d37b%3A0xe597f60676ac8eb1!2sLivingston%20Student%20Center!5e0!3m2!1sen!2sus!4v1732416112162!5m2!1sen!2sus"
style="border: 0; width: 100%; min-height: 300px; height: 100%" allowfullscreen="" loading="lazy"></iframe>
<div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.8205973338113!2d-74.43978022398375!3d40.52345627142261!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c743edd6d37b%3A0xe597f60676ac8eb1!2sLivingston%20Student%20Center!5e0!3m2!1sen!2sus!4v1732416112162!5m2!1sen!2sus"
style="border: 0; width: 100%; min-height: 300px; height: 100%" allowfullscreen="" loading="lazy"></iframe>
</div>
</app-column-layout>
<div style="display: flex; gap: 0.5em; flex-direction: column;">
<div class="club-scroll" *ngFor="let i of [0, 1]" [ngClass]="{
Expand Down

0 comments on commit 1450f87

Please sign in to comment.