From 71d5c910618dc2a8c71000fa92f4e72d005f5265 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 27 Apr 2017 16:45:08 -0400 Subject: [PATCH] we'll get there on fixing this --- view/template/page/home.php | 2 +- web/scss/_home.scss | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/view/template/page/home.php b/view/template/page/home.php index 29b270cf..622bd61f 100644 --- a/view/template/page/home.php +++ b/view/template/page/home.php @@ -9,7 +9,7 @@ Picture of LBRY Browser
-
+

LBRY is a free, open, and community-run digital marketplace.

You own your data. You control the network. Indeed, you are the network.

Hollywood films, college lessons, amazing streamers and more are on the first media network ruled by you.

diff --git a/web/scss/_home.scss b/web/scss/_home.scss index c0d0cb05..f848e784 100644 --- a/web/scss/_home.scss +++ b/web/scss/_home.scss @@ -4,7 +4,8 @@ $height: calc(100vh - 156px); @media(min-width: 1200px) { .home { > div.cover { - width: 50%; + max-width: 50%; + min-width: 50%; margin-top: 0 !important; } .home__title, .home__copy { @@ -33,7 +34,9 @@ $height: calc(100vh - 156px); } .home__copy { - max-width: $max-text-width; - margin-left: auto; - margin-right: auto; + > div { + max-width: $max-text-width; + margin-left: auto; + margin-right: auto; + } } \ No newline at end of file