mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Slight changes
This commit is contained in:
parent
d175546ad5
commit
6750ebf2aa
2 changed files with 9 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue