-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new Candid (formerly GuideStar) seal. (#384)
This is also a direct link to an image on their website, so it should automatically update when our status changes in the future, which will avoid having to make a code change to update this. Also, this bumps up the image size slightly, from 60px to 80px. The text was difficult to read at 60px, even with the old GuideStar seal, so we want to increase it a bit. We still want it to be smaller than our own logo in the footer, so 80px is a reasonable middle ground.
- Loading branch information
1 parent
8c6dcac
commit c2629e1
Showing
2 changed files
with
4 additions
and
5 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 |
---|---|---|
|
@@ -61,8 +61,8 @@ | |
} | ||
|
||
.sealImage { | ||
height: 60px; | ||
width: 60px; | ||
height: 80px; | ||
width: 80px; | ||
} | ||
|
||
@media (--tablet-and-down) { | ||
|
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