mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-01 09:45:09 +00:00
we'll get there on fixing this
This commit is contained in:
parent
bc71046e29
commit
71d5c91061
2 changed files with 8 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
<img alt="Picture of LBRY Browser" src="/img/lbry-ui.png" />
|
<img alt="Picture of LBRY Browser" src="/img/lbry-ui.png" />
|
||||||
</div>
|
</div>
|
||||||
<div class="cover cover-light content content-light content-wide home__copy">
|
<div class="cover cover-light content content-light content-wide home__copy">
|
||||||
<div class="spacer2 home">
|
<div class="spacer2">
|
||||||
<h2 class="cover-subtitle cover-title-flat">LBRY is a free, open, and community-run digital marketplace.</h2>
|
<h2 class="cover-subtitle cover-title-flat">LBRY is a free, open, and community-run digital marketplace.</h2>
|
||||||
<h3 class="cover-subtitle cover-title-flat">You own your data. You control the network. Indeed, you <em>are</em> the network.</h3>
|
<h3 class="cover-subtitle cover-title-flat">You own your data. You control the network. Indeed, you <em>are</em> the network.</h3>
|
||||||
<h3 class="cover-subtitle cover-title-flat">Hollywood films, college lessons, amazing streamers and more are on the first media network ruled by <em>you</em>.</h3>
|
<h3 class="cover-subtitle cover-title-flat">Hollywood films, college lessons, amazing streamers and more are on the first media network ruled by <em>you</em>.</h3>
|
||||||
|
|
|
@ -4,7 +4,8 @@ $height: calc(100vh - 156px);
|
||||||
@media(min-width: 1200px) {
|
@media(min-width: 1200px) {
|
||||||
.home {
|
.home {
|
||||||
> div.cover {
|
> div.cover {
|
||||||
width: 50%;
|
max-width: 50%;
|
||||||
|
min-width: 50%;
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
.home__title, .home__copy {
|
.home__title, .home__copy {
|
||||||
|
@ -33,7 +34,9 @@ $height: calc(100vh - 156px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.home__copy {
|
.home__copy {
|
||||||
|
> div {
|
||||||
max-width: $max-text-width;
|
max-width: $max-text-width;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue