File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 369
369
font-size : 160% ;
370
370
font-weight : bold ;
371
371
margin-bottom : 4px ;
372
+ & __align {
373
+ position : relative ;
374
+ bottom : 0.4rem ;
375
+ }
372
376
}
373
377
}
374
378
Original file line number Diff line number Diff line change 252
252
<div class =' stat' >
253
253
<span class =' num' >
254
254
{{ svg-jar " download" }}
255
- {{ format-num downloadsContext.downloads }}
255
+ < span class = " num__align " > {{ format-num downloadsContext.downloads }} </ span >
256
256
</span >
257
257
<span class =' desc small' >Downloads all time</span >
258
258
</div >
259
259
<div class =' stat' >
260
260
<span class =" {{ if crate.versions.isPending ' loading' }} num" >
261
261
{{ svg-jar " crate" }}
262
- {{ crate.versions.length }}
262
+ < span class = " num__align " > {{ crate.versions.length }} </ span >
263
263
</span >
264
264
<span class =' desc small' >Versions published</span >
265
265
</div >
You can’t perform that action at this time.
0 commit comments