File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,18 +125,21 @@ <h2>Tutorial Themes</h2>
125125 </ div >
126126 </ div >
127127
128- < div class ="stats-row ">
129- < div class ="stat-item ">
130- < div class ="stat-val "> 100K+</ div >
131- < div class ="stat-lbl "> Monthly PyPI Downloads</ div >
132- </ div >
133- < div class ="stat-item ">
134- < div class ="stat-val "> 10×</ div >
135- < div class ="stat-lbl "> Code Reduction</ div >
136- </ div >
137- < div class ="stat-item ">
138- < div class ="stat-val "> 0</ div >
139- < div class ="stat-lbl "> Prompts Required</ div >
128+ < div class ="stats-section ">
129+ < h3 class ="stats-heading "> Jaseci Ecosystem in Action</ h3 >
130+ < div class ="stats-row ">
131+ < div class ="stat-item ">
132+ < div class ="stat-val "> 100K+</ div >
133+ < div class ="stat-lbl "> Monthly PyPI Downloads</ div >
134+ </ div >
135+ < div class ="stat-item ">
136+ < div class ="stat-val "> 10×</ div >
137+ < div class ="stat-lbl "> Code Reduction</ div >
138+ </ div >
139+ < div class ="stat-item ">
140+ < div class ="stat-val "> 0</ div >
141+ < div class ="stat-lbl "> Prompts Required</ div >
142+ </ div >
140143 </ div >
141144 </ div >
142145 </ section >
Original file line number Diff line number Diff line change @@ -303,12 +303,27 @@ section:last-child { border-bottom: none; }
303303.text-block li { margin-bottom : 8px ; font-size : 1.05rem ; }
304304
305305/* Stats Row */
306+ .stats-section {
307+ margin-top : 40px ;
308+ }
309+
310+ .stats-heading {
311+ font-size : 0.85rem ;
312+ font-weight : 700 ;
313+ text-transform : uppercase;
314+ letter-spacing : 0.08em ;
315+ color : var (--text-muted );
316+ margin-bottom : 16px ;
317+ text-align : center;
318+ }
319+
306320.stats-row {
307321 display : flex;
308322 gap : 40px ;
309323 flex-wrap : wrap;
324+ justify-content : center;
310325 padding : 24px 0 ;
311- margin : 32 px 0 ;
326+ margin : 0 ;
312327 border-top : 1px solid var (--border-color );
313328 border-bottom : 1px solid var (--border-color );
314329}
You can’t perform that action at this time.
0 commit comments