tweak beta alert and css

This commit is contained in:
Jeremy Kauffman 2018-05-31 17:25:48 -04:00
parent 5179635b11
commit 156cbde697
2 changed files with 10 additions and 2 deletions

View file

@ -83,7 +83,7 @@ h1, h2, h3, h4, h5 {
padding-bottom: 1rem;
padding-left: env(safe-area-inset-left);
position: fixed;
text-align: center;
text-align: left;
width: 100%;
z-index: 1;

View file

@ -228,7 +228,15 @@
<section class="alert" id="alert-beta">
<div class="inner-wrap">
<p><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>.</p>
<p>
<strong>This website is in beta and under heavy development.</strong>
All information should be considered incomplete and possibly incorrect and things may not work as expected.
</p>
<p></p>
<p>
Please do not share or link this site publicly while this message is here.
This website is open source and you can <a href="https://github.com/lbryio/lbry.tech" target="_blank">contribute to it on Github</a>.
</p>
<button id="close-alert">&times;</button>
</div>
</section>