Slight changes

This commit is contained in:
ポール ウェッブ 2018-10-11 16:33:47 -05:00
parent d175546ad5
commit 6750ebf2aa
2 changed files with 9 additions and 2 deletions

View file

@ -124,7 +124,7 @@ document.addEventListener("DOMContentLoaded", () => {
const html = `
<section class="alert" id="tech-greeting">
<div class="inner-wrap">
<p><strong>Welcome to the less-technical side of LBRY!</strong> You've had fun delving into the code, we hope.</p>
<p><strong>Welcome to the consumer side of LBRY!</strong> You've had fun delving into the tech, we hope.</p>
<br><br>
<p>Here by accident? Come back to <a href="${document.referrer}">the techno scene</a>.</p>

View file

@ -53,9 +53,16 @@
line-height: 1;
margin-right: 1rem;
margin-left: 1rem;
padding: 0 0 3px 0;
position: absolute;
text-align: center;
@media (min-resolution: 1.1dppx) {
padding: 0 0 3px 0;
}
@media (max-resolution: 1dppx) {
padding: 1px 0 0 0;
}
}
.inner-wrap {