This commit is contained in:
ポール ウェッブ 2018-05-08 13:37:39 -05:00
parent ac2628174d
commit 9905583872
2 changed files with 20 additions and 0 deletions

View file

@ -41,6 +41,20 @@
} }
} }
&.alert {
background-color: $yellow;
// color: $white;
font-size: 1rem;
line-height: 1.33;
padding-top: 1rem;
padding-bottom: 1rem;
text-align: center;
a {
font-weight: 600;
}
}
&.features { &.features {
.home__features { .home__features {
align-content: center; align-content: center;

View file

@ -23,6 +23,12 @@
</div> </div>
</section> </section>
<section class="home alert">
<div class="inner-wrap">
<strong>This website is in beta.</strong> We are actively developing this website to showcase and teach about the LBRY protocol. All things may not work as expected!<br/>This website is open source and you can <a href="https://github.com/lbryio/lbry.tech" target="_blank">contribute to it on Github</a>.
</div>
</section>
<section class="home features"> <section class="home features">
<ul class="home__features"> <ul class="home__features">
<li class="home__feature"> <li class="home__feature">