mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
removed the hlsc banner
This commit is contained in:
parent
16a9fd0981
commit
193b5b2e0f
2 changed files with 0 additions and 68 deletions
|
@ -2,13 +2,6 @@
|
|||
<?php Response::setMetaDescription(__('description.home')) ?>
|
||||
|
||||
<main class="home">
|
||||
<section class="anno__text">
|
||||
<h1 class="anno__title">HELP LBRY SAVE CRYPTO</h1>
|
||||
<div class="anno__subtitle">
|
||||
<div>The SEC doesn’t understand blockchain. The claims made in SEC vs. LBRY would destroy the United States
|
||||
cryptocurrency industry. <br />Learn more at <a id="anno__link" href="https://helplbrysavecrypto.com?ref=lbrycom">helplbrysavecrypto.com</a>
|
||||
</div>
|
||||
</section>
|
||||
<section class="home__hero">
|
||||
<div class="inner-wrap">
|
||||
<aside class="home__cta">
|
||||
|
|
|
@ -2,67 +2,6 @@ main.home {
|
|||
padding-bottom: 0 !important; //this site is poison i'm not fixing it
|
||||
}
|
||||
|
||||
//Announcement for Help LBRY save Crypto
|
||||
.anno__text {
|
||||
background-color: #31afa1;
|
||||
color: #fff;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media(min-width:901px) {
|
||||
.anno__text {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
}
|
||||
@media(max-width:900px) {
|
||||
.anno__text {
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.anno__title {
|
||||
font-size: 2.5rem;
|
||||
font-weight: 900
|
||||
}
|
||||
|
||||
@media(min-width:901px) {
|
||||
.anno__title {
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width:900px) {
|
||||
.anno__title {
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.anno__subtitle {
|
||||
font-weight: 300
|
||||
}
|
||||
|
||||
#anno__link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media(min-width:901px) {
|
||||
.anno__subtitle {
|
||||
font-size: 1.2rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width:900px) {
|
||||
.anno__subtitle {
|
||||
font-size: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.home__hero,
|
||||
.home__sites {
|
||||
.inner-wrap {
|
||||
|
|
Loading…
Add table
Reference in a new issue