add route to nonprofit resources list

This commit is contained in:
Quincy Larson
2016-07-28 00:12:32 -07:00
parent 96759595be
commit f28e4a95f7
3 changed files with 93 additions and 1 deletions

View File

@@ -1179,4 +1179,8 @@ and (max-width : 400px) {
@import "jobs.less";
@import "challenge.less";
@import "toastr.less";
@import "map.less";
@import "map.less";
ol, li {
list-style-type: disc;
}