diff --git a/content/community/conferences.md b/content/community/conferences.md
index cc3639324..0b889120d 100644
--- a/content/community/conferences.md
+++ b/content/community/conferences.md
@@ -52,6 +52,11 @@ June 21, 2019 Chicago, Illinois USA
 
 [Website](https://reactloop.com) - [Twitter](https://twitter.com/ReactLoop)
 
+### Chain React 2019
+July 11-12, 2019. Portland, OR, USA.
+
+[Website](https://infinite.red/ChainReactConf)
+
 ### React Rally 2019 {#react-rally-2019}
 August 22-23, 2019. Salt Lake City, USA.
 
@@ -59,6 +64,7 @@ August 22-23, 2019. Salt Lake City, USA.
 
 ### ComponentsConf 2019 {#componentsconf-2019}
 September 6, 2019 in Melbourne, Australia
+
 [Website](https://www.componentsconf.com.au/) - [Twitter](https://twitter.com/componentsconf)
 
 ### React Native EU 2019 {#react-native-eu-2019}
diff --git a/src/theme.js b/src/theme.js
index a4d445206..8d0c2735f 100644
--- a/src/theme.js
+++ b/src/theme.js
@@ -405,6 +405,10 @@ const sharedStyles = {
           marginTop: 0,
         },
       },
+
+      '& .gatsby-highlight': {
+        marginLeft: 0,
+      },
     },
 
     '& .gatsby-highlight + blockquote': {