Skip to content

Commit 95f8e23

Browse files
committed
fix(about): formatting of metrics
1 parent 5a9a64e commit 95f8e23

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_pages/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h2 class="section-title">By The Numbers</h2>
158158
<a href="{{ site.baseurl }}/map/">
159159
<div class="stat-number">{{ countries | uniq | size }}</div>
160160
<div class="stat-label">Distinct Countries</div>
161-
<div class="stat-description">>Python conferences from around the world</div>
161+
<div class="stat-description">Python conferences from around the world</div>
162162
</a>
163163
</div>
164164
<div class="stat">

static/css/about.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ p {
273273
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
274274
gap: 2rem;
275275
margin-bottom: 3rem;
276+
justify-items: center;
277+
align-items: center;
278+
overflow: hidden;
279+
max-width: 100%;
276280
}
277281

278282
.stat {

0 commit comments

Comments
 (0)