More tweaking of project description on About page

This commit is contained in:
wiz 2021-06-16 00:19:56 -05:00
parent 962023fbc4
commit 38c8f3acb4
No known key found for this signature in database
GPG key ID: A394E332255A6173
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<div class="about-text">
<h5 i18n="about.about-the-project">The Mempool Open Source Project &trade;</h5>
<p i18n>The mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, completely free of advertising, altcoins, and third-party trackers.</p>
<p i18n>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</p>
</div>
<div class="social-icons">

View file

@ -29,7 +29,7 @@
}
.about-text {
max-width: 520px;
max-width: 550px;
margin: auto;
padding: 10px 15px 15px;
}