diff --git a/web/splash/splash.css b/web/splash/splash.css
--- a/web/splash/splash.css
+++ b/web/splash/splash.css
@@ -2,21 +2,6 @@
   flex: 1 1 auto;
   padding: 0 10px;
 }
-div.topContainer {
-  position: absolute;
-  top: 0;
-  left: 0;
-  right: 0;
-}
-div.content {
-  flex: 1 0 0;
-  position: relative;
-  min-height: 100%;
-}
-div.top {
-  max-width: 1024px;
-  margin: 0 auto;
-}
 div.headerContents {
   display: flex;
   justify-content: space-between;
@@ -41,21 +26,3 @@
   border-radius: 20px;
   border: 1px solid white;
 }
-div.body {
-  padding: 30px 0 20px 0;
-}
-div.intro {
-  text-align: center;
-  margin-bottom: 50px;
-}
-p.introHeader {
-  color: white;
-  font-size: 28px;
-  font-weight: 300;
-}
-p.introDescription {
-  color: white;
-  font-size: 21px;
-  font-weight: 300;
-  padding-top: 5px;
-}
diff --git a/web/splash/splash.react.js b/web/splash/splash.react.js
--- a/web/splash/splash.react.js
+++ b/web/splash/splash.react.js
@@ -28,22 +28,6 @@
             </header>
           </div>
         </div>
-        <div className={css.content}>
-          <div className={css.topContainer}>
-            <div className={css.top}>
-              <div className={css.body}>
-                <div className={css.intro}>
-                  <p className={css.introHeader}>
-                    Comm is a chat app with an integrated calendar.
-                  </p>
-                  <p className={css.introDescription}>
-                    We make it incredibly easy to plan events with your friends.
-                  </p>
-                </div>
-              </div>
-            </div>
-          </div>
-        </div>
         {this.props.modal}
       </React.Fragment>
     );