From 7d122a3f134f89681d0290b7c2ef3a35c64dfe68 Mon Sep 17 00:00:00 2001
From: Cayla Hamann
Date: Fri, 21 Aug 2020 17:52:17 -0400
Subject: [PATCH 1/2] fix: image re resizes to browser
---
package-lock.json | 10 ++++++++++
src/pages/index.js | 9 ++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index b722b7329..1beab76f2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4149,6 +4149,16 @@
"react-spring": "^8.0.27",
"use-dark-mode": "^2.3.1",
"use-media": "^1.4.0"
+ },
+ "dependencies": {
+ "gatsby-plugin-newrelic": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-newrelic/-/gatsby-plugin-newrelic-1.0.2.tgz",
+ "integrity": "sha512-TWVysdMSuSRbzAAdHK+aZYxmMPQJDygvT1sKApApJBhVQ79ElBRiBnqIE5vDU26WH6sjqaxf8RlZFzmNWZ6n+A==",
+ "requires": {
+ "@babel/runtime": "^7.0.0"
+ }
+ }
}
},
"@nodelib/fs.scandir": {
diff --git a/src/pages/index.js b/src/pages/index.js
index d7f9f253c..cc2dd0522 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -77,15 +77,14 @@ const IndexPage = ({ data, pageContext }) => {
Learn more
-
-
+ >
+
+
From 1c7bfadd9bbb329048b0fc70d1fbd92e5dcb998f Mon Sep 17 00:00:00 2001
From: Cayla Hamann
Date: Fri, 21 Aug 2020 17:58:55 -0400
Subject: [PATCH 2/2] fix: image resizes to browser
---
src/pages/index.js | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/pages/index.js b/src/pages/index.js
index cc2dd0522..4d9dedafa 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -81,9 +81,16 @@ const IndexPage = ({ data, pageContext }) => {
css={css`
flex: 1;
margin-top: 0;
+ width: 100%;
`}
>
-
+