diff --git a/_includes/resource-card.html b/_includes/resource-card.html
index 6d35bd4a8c..d0c0624dc3 100644
--- a/_includes/resource-card.html
+++ b/_includes/resource-card.html
@@ -9,7 +9,7 @@
{% if lowercaseName == 'github' %}
- {% include svg/icon-github-color.svg %}
+ {% include svg/icon-github.svg %}
{% elsif lowercaseName == 'slack' %}
{% include svg/icon-slack.svg %}
{% elsif name == 'Getting Started' %}
diff --git a/_includes/svg/icon-github-color.svg b/_includes/svg/icon-github-color.svg
deleted file mode 100644
index b028f0eddc..0000000000
--- a/_includes/svg/icon-github-color.svg
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/_sass/components/_project-page.scss b/_sass/components/_project-page.scss
index f613ff8414..12d575f0d7 100644
--- a/_sass/components/_project-page.scss
+++ b/_sass/components/_project-page.scss
@@ -348,6 +348,11 @@
}
}
+.resource-img svg {
+ width: 101px;
+ height: 101px;
+}
+
.resource-img-provided {
padding: 5px;
}