Skip to content

Commit

Permalink
change a tag font-weight to 700
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Jan 10, 2024
1 parent 132ab54 commit 1bbabe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
</div>
<div class="spacer"></div>
<p class="description">We are here to help you! Please check the FAQ first;
If your question is not already answered,
you can reach us at <a class="email" href="mailto:[email protected]">[email protected]</a>.<br>
If your question is not already answered, you can reach us at
<a class="email" href="mailto:[email protected]">[email protected]</a>.<br>
<br>
Please email <a class="email" href="mailto:[email protected]">[email protected]</a> if you need a particular accommodation.
Please email <a class="email" href="mailto:[email protected]">[email protected]</a>
if you need a particular accommodation.
Note that requests made less than 24 hours before the event will likely not be accommodated.
</p>
</div>
Expand All @@ -30,7 +31,6 @@
div.row {
display: flex;
flex-direction: row;
// justify-content: center;
}

p.description {
Expand Down
1 change: 1 addition & 0 deletions src/styles/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ span {
a {
color: colors.$link;
text-decoration: none;
font-weight: 700;
}

button {
Expand Down

0 comments on commit 1bbabe3

Please sign in to comment.