removed the hlsc banner

This commit is contained in:
LaroTayoGaming 2021-05-26 10:19:44 +08:00
parent 16a9fd0981
commit 193b5b2e0f
No known key found for this signature in database
GPG key ID: 3592CE2CD10E6FB3
2 changed files with 0 additions and 68 deletions

View file

@ -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 doesnt 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">

View file

@ -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 {