Skip to content

Commit

Permalink
fix: margins, footer
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Oct 31, 2023
1 parent 42369f4 commit 3e9afdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
8 changes: 4 additions & 4 deletions views/about.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "body"}}

<div
class="bg-white rounded-md shadow p-4 lg:p-8 mb-10 dark:bg-surface-02dp"
class="bg-white rounded-md shadow p-4 lg:p-8 mb-8 dark:bg-surface-02dp"
>
<h3 class="font-bold text-2xl font-headline mb-4 dark:text-white">tl;dr</h3>
<p class="leading-relaxed dark:text-neutral-400">
Expand All @@ -11,7 +11,7 @@ <h3 class="font-bold text-2xl font-headline mb-4 dark:text-white">tl;dr</h3>
</div>

<div
class="bg-white rounded-md shadow p-4 lg:p-8 mb-10 dark:bg-surface-02dp"
class="bg-white rounded-md shadow p-4 lg:p-8 mb-8 dark:bg-surface-02dp"
>
<h3 class="font-bold text-2xl font-headline mb-4 dark:text-white">How to connect your app?</h3>
<ol class="list-decimal list-inside leading-relaxed dark:text-neutral-400">
Expand Down Expand Up @@ -41,7 +41,7 @@ <h3 class="font-bold text-2xl font-headline mb-4 dark:text-white">How to connect
</div>

<div
class="bg-white rounded-md shadow p-4 lg:p-8 mb-10 dark:bg-surface-02dp"
class="bg-white rounded-md shadow p-4 lg:p-8 mb-8 dark:bg-surface-02dp"
>

<h3 class="font-bold text-2xl font-headline mb-4 dark:text-white">FAQs</h3>
Expand Down Expand Up @@ -103,7 +103,7 @@ <h3 class="font-bold text-2xl font-headline mb-4 dark:text-white">For developers
app.
</p>

<ul class="list-inside list-disc mb-10 dark:text-neutral-400">
<ul class="list-inside list-disc mb-8 dark:text-neutral-400">
<li>
<a
href="https://github.com/getAlby/nips/blob/master/47.md"
Expand Down
13 changes: 0 additions & 13 deletions views/backends/alby/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ <h1 class="font-headline text-3xl sm:text-4xl mb-6 dark:text-white">
Nostr Wallet Connect
</h1>

<p class="mb-8">
<span class="text-gray-500">by</span>
<a href="https://getalby.com">
<img
id="alby-logo"
src="/public/images/alby-logo-with-text.svg"
width="1094"
height="525"
class="w-[65px] inline"
/>
</a>
</p>

<h2 class="text-md mb-4 text-gray-700 dark:text-neutral-300">
Securely connect your Alby Account to Nostr clients and applications.
</h2>
Expand Down
4 changes: 2 additions & 2 deletions views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
<div class="flex md:flex-1 items-center">
<ul
class="hidden md:flex flex-wrap pl-10 pr-10 items-center {{if .User}}mx-auto{{else}}w-full justify-end{{end}}"
class="hidden md:flex flex-wrap pl-10 items-center {{if .User}}mx-auto{{else}}w-full justify-end{{end}}"
>
<li class="mx-2 flex">
<a
Expand Down Expand Up @@ -69,7 +69,7 @@
{{template "body" .}}
</main>
<footer class="my-8 text-center">
<span class="text-gray-500 dark:text-neutral-300">powered by</span>
<span class="text-gray-500 dark:text-neutral-300 text-sm">Made with 💜 by</span>
<a href="https://getalby.com">
<img
id="alby-logo"
Expand Down

0 comments on commit 3e9afdf

Please sign in to comment.