Skip to content

Commit

Permalink
more latency tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Nov 7, 2024
1 parent 81ffeda commit de7a29c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
gap: 15px;
}
.latency-data-item {
width: 80px;
display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -138,7 +139,6 @@
color: slategray;
}
.latency-data span {
color: rgba(0, 255, 127, 1);
font-family: monospace;
font-size: 2em;
}
Expand Down Expand Up @@ -285,11 +285,14 @@ <h2>It's Fast</h2>
<div><span title="from us-east-2" id="latency-numbers-client"></span></div>
<div><span title="from us-east-2" class="label">client</span></div>
</div>
<div>
<div class="latency-data-item">
<div><span id="latency-numbers-server"></span></div>
<div><span class="label">server</span></div>
</div>
</div>
<span style="color: gray"
>ⓘ We run our servers in us-east-2. Dedicated plans include faster hardware and configurable datacenter locations.</span
>
</div>
<div id="live" class="point">
<h2>It's Live</h2>
Expand Down

0 comments on commit de7a29c

Please sign in to comment.