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