Update project description on About page

This commit is contained in:
wiz 2021-06-15 23:56:49 -05:00
parent b4f8bb2f48
commit 962023fbc4
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>An explorer and API developed and operated for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem, without ads, altcoins, or third-party trackers.</p>
<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>
</div>
<div class="social-icons">

View File

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