Skip to content

Commit

Permalink
Improve copy of /gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Oct 18, 2024
1 parent c050cbf commit 345e0d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/public/news.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ body {
max-width: 80% !important;
}
.gateway-banner {
margin-top: -15rem;
margin-top: -20rem;
}
footer {
padding-bottom: 100px;
Expand Down
13 changes: 6 additions & 7 deletions src/views/gateway.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,14 @@ export default async function (referral) {
<div
class="gateway-banner"
style="flex: 1 1 auto; max-width: 50%; border: 1px solid rgba(0,0,0,0.1);
border-radius: 2px; background-color: #e6e6df; text-align: left; padding: 1rem;"
border-radius: 2px; background-color: #e6e6df; text-align: left; padding: 1.5rem 2rem;"
>
<h3 style="color: black; margin: 0;">
Hacker News, without the "crypto derangement syndrome."
<h3 style="font-size: 1.5rem; color: black; margin: 0;">
Onchain Hacker News
</h3>
<p style="margin: 0.75rem 0 2rem 0;">
Kiwi News is a self-funded, credible neutral,
decentralized Hacker News, built on the submissions of
crypto devs, founders, creators and investors.
<p style="font-size: 1.2rem; margin: 0.75rem 0 2rem 0;">
Join our community of onchain devs, founders, creators and
investors to curate the best Ethereum links!
</p>
<div
style="flex-direction: column; display: flex; align-items: center; justify-content: center;"
Expand Down

0 comments on commit 345e0d4

Please sign in to comment.