File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments