mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-12 18:12:54 -06:00
Fix different margin-top on stats/new users in index
This commit is contained in:
@@ -17,9 +17,15 @@
|
|||||||
<div class="statistics" style="margin: 1em;">
|
<div class="statistics" style="margin: 1em;">
|
||||||
<h2>runnerspace Statistics</h2>
|
<h2>runnerspace Statistics</h2>
|
||||||
<div>
|
<div>
|
||||||
<div style="margin: 1.2em;">
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
<strong>{{ stats['total_comments'] }}</strong> comments across <strong>{{ stats['total_posts'] }}</strong> posts<br>
|
<strong>{{ stats['total_comments'] }}</strong> comments across <strong>{{ stats['total_posts'] }}</strong> posts<br>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<strong>{{ stats['total_users'] }}</strong> users
|
<strong>{{ stats['total_users'] }}</strong> users
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user