diff options
| author | Yuval Adam <_@yuv.al> | 2022-10-29 11:34:11 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-10-29 11:34:11 +0300 |
| commit | f9f1ee2fec191ca0f541659e19f2779a3c76f6f6 (patch) | |
| tree | e0f88a547338b84cec14c55f3a031b783ca99a70 | |
| parent | 26c15490784142b3418264c0d901d3de0e7da1cc (diff) | |
Nicer padding in list
| -rw-r--r-- | templates/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html index 64d0521..c9c7946 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,12 +24,10 @@ <h1 class="mt5-ns f1 center code">Doma<span class="silver">.</span>in Na<span class="silver">.</span>me Ha<span class="silver">.</span>ck Cl<span class="silver">.</span>ub</h1> <p class="lh-copy">An exclusive club of nerds that own the <a href="https://en.wikipedia.org/wiki/Domain_hack" - class="link dim dark-pink">domain hack</a> to their name, and serve their personal homepage from it.</p> - <p class="lh-copy">Are you one of us? <a href="https://github.com/yuvadm/namehack.club" - class="link dim dark-pink">Join the club.</a> - </p> + class="link dim dark-pink">domain hack</a> to their name, and serve their personal homepage from it. Are you one of us? <a href="https://github.com/yuvadm/namehack.club" + class="link dim dark-pink">Join the club.</a></p> - <ul class="list"> + <ul class="list pl0 pv4"> {% for name in names %} <li class="mb3"> <div class="f3">{{ name|render_link("link dim blue")|safe }}</div> |
