Fixed text

This commit is contained in:
Pawel 2021-11-02 12:21:07 +01:00
parent 53516f4cec
commit da4ce3ef65
3 changed files with 151725 additions and 2 deletions

View File

@ -204,7 +204,7 @@
<h3 class="text-sm mb-3 font-semibold">Install</h3>
<ul class="text-white70">
<li class="mb-4"><a class="text-sm leading-6 hover:underline hover:text-blue" href="">go-waku</a></li>
<li class="mb-4"><a class="text-sm leading-6 hover:underline hover:text-blue" href="">min-waku</a></li>
<li class="mb-4"><a class="text-sm leading-6 hover:underline hover:text-blue" href="">nim-waku</a></li>
<li><a class="text-sm leading-6 hover:underline hover:text-blue" href="">js-waku</a></li>
</ul>
</div>

151723
src/css/style.min.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -100,7 +100,7 @@
<ul class="text-sm mb-8 leading-6 list-decimal pl-4">
<li>Retrieving historical messages for mostly-offline devices.</li>
<li>Adaptive nodes, allowing for heterogeneous nodes to contribute.</li>
<li>Bandwidth preservation for light nodes. This makes it ideal for running a p2p protocol on mobile and in similarly restricted environments.</li>
<li>Bandwidth preservation for light nodes.</li>
</ul>
<p class="text-sm mb-8 leading-6">This makes it ideal for running a p2p protocol on mobile and in similarly restricted environments.</p>
<a class="inline-block text-blue text-sm italic underline pl-3 bg-link-arrow-blue bg-left bg-no-repeat lg:no-underline hover:underline" href="/about.html">Learn more about Waku</a>