forked from diego/stack-wallet-website
Compare commits
1 Commits
master
...
reword-And
Author | SHA1 | Date | |
---|---|---|---|
d7181a9f71 |
@ -122,6 +122,7 @@ sup {
|
|||||||
font-family: "stack-icons";
|
font-family: "stack-icons";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
speak: never;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -1146,6 +1147,7 @@ header .container {
|
|||||||
|
|
||||||
#download .container:before {
|
#download .container:before {
|
||||||
content: 'download';
|
content: 'download';
|
||||||
|
display; block;
|
||||||
color: gainsboro;
|
color: gainsboro;
|
||||||
font-family: 'Noto Sans', sans-serif;
|
font-family: 'Noto Sans', sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@ -1297,6 +1299,7 @@ header .container {
|
|||||||
|
|
||||||
#features .container:before {
|
#features .container:before {
|
||||||
content: 'features';
|
content: 'features';
|
||||||
|
display; block;
|
||||||
color: gainsboro;
|
color: gainsboro;
|
||||||
font-family: 'Noto Sans', sans-serif;
|
font-family: 'Noto Sans', sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@ -1496,6 +1499,7 @@ header .container {
|
|||||||
|
|
||||||
#support .container:before {
|
#support .container:before {
|
||||||
content: 'support';
|
content: 'support';
|
||||||
|
display; block;
|
||||||
color: gainsboro;
|
color: gainsboro;
|
||||||
font-family: 'Noto Sans', sans-serif;
|
font-family: 'Noto Sans', sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -65,7 +65,7 @@ permalink: /index.html
|
|||||||
</div>
|
</div>
|
||||||
<div class="card col feature-icon">
|
<div class="card col feature-icon">
|
||||||
<img src="/img/android-sys.svg">
|
<img src="/img/android-sys.svg">
|
||||||
<h3>Stack on Android APK</h3>
|
<h3>Stack as Android APK</h3>
|
||||||
<p>For advanced users, Stack Wallet is available on Android APK.</p>
|
<p>For advanced users, Stack Wallet is available on Android APK.</p>
|
||||||
<a href="https://github.com/cypherstack/stack_wallet/releases/latest">
|
<a href="https://github.com/cypherstack/stack_wallet/releases/latest">
|
||||||
Download Stack
|
Download Stack
|
||||||
@ -214,7 +214,7 @@ permalink: /index.html
|
|||||||
<p>Custom made backup capabilities mean you can safely and securely restore ALL of yours wallets in two easy steps.</p>
|
<p>Custom made backup capabilities mean you can safely and securely restore ALL of yours wallets in two easy steps.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<p>Save multiple cryptocurrency addresses under one contact and assign an emoji</p>
|
<p>Save multiple cryptocurrency addresses under one contact and assign an emoji.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<p>Testnet support: Most coins we support come with their testnet alternatives also. Simply enter advanced mode.</p>
|
<p>Testnet support: Most coins we support come with their testnet alternatives also. Simply enter advanced mode.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user