Skip to content

Commit

Permalink
Add a notice on digital currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 11, 2024
1 parent 46db5df commit 1d2c541
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,15 @@
font-weight: 600;
}

.h1-section {
font-size: 4em;
margin-bottom: 6px;
}

.h1-subtitle {
margin-bottom: 20px;
}

h2 {
font-weight: 500;
}
Expand Down Expand Up @@ -658,7 +667,8 @@ <h2>Super App</h2>
</div>
</section>

<h1 id="features">Features</h1>
<h1 class="h1-section" id="features">Features</h1>
<div class="h1-subtitle">Here is a small sample of features on Ariton.</div>

<section class="section-right">
<div class="section-image">
Expand Down Expand Up @@ -769,8 +779,8 @@ <h2>Video demonstration</h2>
</div>
</section>


<h1 id="pricing">Pricing</h1>
<h1 class="h1-section" id="pricing">Pricing</h1>
<div class="h1-subtitle">Ariton only does payment in digital currencies.</div>

<section class="section-left">
<div>
Expand Down

0 comments on commit 1d2c541

Please sign in to comment.