From 2b828bf7260f9b2903740736c167d6d9040eabfc Mon Sep 17 00:00:00 2001
From: Dominic Masters <dominic@domsplace.com>
Date: Sun, 18 Mar 2018 11:01:19 +1100
Subject: [PATCH] Added className to children

---
 public/components/sections/SplitSection.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/components/sections/SplitSection.jsx b/public/components/sections/SplitSection.jsx
index 026cf45..9b2ef48 100644
--- a/public/components/sections/SplitSection.jsx
+++ b/public/components/sections/SplitSection.jsx
@@ -31,7 +31,7 @@ class SplitSection extends React.Component {
   render() {
 
     return (
-      <Section section="split" full={this.props.full ? true : false}>
+      <Section section="split" full={this.props.full ? true : false} className={this.props.className}>
         <SplitSectionSection className={this.props.leftClass}>
           {this.props.left}
         </SplitSectionSection>