Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ <h1>Frequently Asked Questions</h1>
<p>If your shipping address is in the United States, we are shipping physical swag and prizes.</p>
<p>If your shipping address is in Canada, we are shipping physical prizes.</p>
<p>If your shipping address is outside of the United States and Canada, we are unable to ship physical swag and prizes.</p>
<p><em>We have a limited amount of swag, make sure that you check in and turn in a project to be eligible to receive swag.</em></p>
</div>
</div>
<div class="card">
Expand Down
2 changes: 1 addition & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ nav {
// Align w/ header text, not sure if this can be made cleaner.
margin-left: 35px;

p {
p, em {
color: $dark-blue;
line-height: 23px;
margin-bottom: 10px;
Expand Down