Skip to content

Commit

Permalink
made the pin smaller, and the address clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
Glng3r committed Jun 12, 2024
1 parent b7eeacc commit f8a5f33
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 7 additions & 1 deletion assets/scss/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,11 @@
font-size: 1.1rem;
display: flex;
justify-content: center;
align-items: center;
align-items: first baseline;
a:link {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
}
7 changes: 4 additions & 3 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
</div>
<div>
<div class="footer-location">
4135 Herzberg Laboratories
<span style="font-size: 1.3rem; padding-inline-start: 0.5rem; ">
<a
<span class="underline-on-hover" for="google-maps"></span>

<a id="google-maps"
href="https://www.google.com/maps/place/Herzberg+Laboratories,+Carleton+University/@45.3820948,-75.7002151,17z/data=!3m1!4b1!4m6!3m5!1s0x4cce05df66cb2091:0x63e0b51cfa79f889!8m2!3d45.3820948!4d-75.6976402!16s%2Fg%2F1trvl1gf?entry=ttu"
>
4135 Herzberg Laboratories
<i class="fas fa-map-marker-alt"></i
></a>
</span>
Expand Down

0 comments on commit f8a5f33

Please sign in to comment.