aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-07-04 12:59:15 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-07-04 12:59:15 +0200
commitedd1a079237b10ca7c53af4ffcbe1959ea350326 (patch)
treee1236cee4f9c0f74a0a18e949f92c76214408636
parent22732501605af681f671b988ac0c892d1b09faa6 (diff)
downloadwww-edd1a079237b10ca7c53af4ffcbe1959ea350326.tar.gz
www-edd1a079237b10ca7c53af4ffcbe1959ea350326.zip
Fixed border overlap of navigation
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--template/use.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/use.html.j2 b/template/use.html.j2
index d2617386..2c4fab3b 100644
--- a/template/use.html.j2
+++ b/template/use.html.j2
@@ -20,7 +20,7 @@
20 </nav> 20 </nav>
21 </div> 21 </div>
22 22
23 <div class="col"> 23 <div class="col" style="padding-left: 35px">
24 <section> 24 <section>
25 <p> 25 <p>
26 This document is just a brief introduction on what can be done with GNUnet. Find out much more in our <a ref="https://docs.gnunet.org/">documentation</a>, e.g. in the section <a href="https://docs.gnunet.org/handbook/gnunet.html#toc-Using-GNUnet-1">"using GNUnet"</a> in the handbook. 26 This document is just a brief introduction on what can be done with GNUnet. Find out much more in our <a ref="https://docs.gnunet.org/">documentation</a>, e.g. in the section <a href="https://docs.gnunet.org/handbook/gnunet.html#toc-Using-GNUnet-1">"using GNUnet"</a> in the handbook.