Skip to content

Commit

Permalink
Trying to adjust Google Map position
Browse files Browse the repository at this point in the history
  • Loading branch information
maygpedersen committed Mar 27, 2024
1 parent f95d8f0 commit fd30b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/css/mesa-down-under.webflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,8 @@ ul {
.google-map iframe {
height: 100%;
width: 100%;
left: 0;
top: 0;
left: 50%;
top: 50%;
position: absolute;
}
/* ------ Finished adding lines */
Expand Down
3 changes: 1 addition & 2 deletions docs/lodging-information.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ <h1 class="heading-6"><strong>Lodging Information</strong></h1>
<p class="paragraph-13">
The MESA Down Under school will take place in the <a href="https://maps.app.goo.gl/DZXAmhRCJmbq8m728" >Michael Spence Building</a>‍ at the University of Sydney.</p>

<p class="paragraph-13">

<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3312.0146973006904!2d151.18727237601968!3d-33.8892753201203!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b12b1a3410e776f%3A0xb062d9ccc82fd8a2!2sThe%20Michael%20Spence%20Building%20(F23)!5e0!3m2!1sen!2sau!4v1711504716253!5m2!1sen!2sau" width="800" height="400" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</p>

<p class="paragraph-13">
We have made arrangements with Veriu Hotels in Sydney and participants of the MESA Down Under winter school can book their
Expand Down

0 comments on commit fd30b23

Please sign in to comment.