-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
132ab54
commit 1bbabe3
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -30,7 +31,6 @@ | |
div.row { | ||
display: flex; | ||
flex-direction: row; | ||
// justify-content: center; | ||
} | ||
|
||
p.description { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,7 @@ span { | |
a { | ||
color: colors.$link; | ||
text-decoration: none; | ||
font-weight: 700; | ||
} | ||
|
||
button { | ||
|