diff --git a/website/pages/index.html b/website/pages/index.html
index 9fcc4e3f..7c1c7159 100644
--- a/website/pages/index.html
+++ b/website/pages/index.html
@@ -121,6 +121,7 @@
Created by Emily Eisenberg and Sophie Alpert
MIT License ยท Built from the hard work of many contributors
+
Cross-browser testing via
diff --git a/website/static/img/browserstack-logo.svg b/website/static/img/browserstack-logo.svg
new file mode 100644
index 00000000..abf51604
--- /dev/null
+++ b/website/static/img/browserstack-logo.svg
@@ -0,0 +1,89 @@
+
+
+
diff --git a/website/static/static/index.css b/website/static/static/index.css
index 4ca17f42..c8ddf4f9 100644
--- a/website/static/static/index.css
+++ b/website/static/static/index.css
@@ -248,6 +248,7 @@ textarea {
.credits {
float: left;
font-size: 16px;
+ line-height: 1.5;
}
/* stylelint-disable-next-line no-descending-specificity */
@@ -255,6 +256,11 @@ textarea {
color: white;
}
+.credits img {
+ height: 26px;
+ vertical-align: middle;
+}
+
.errorMessage {
color: red;
}