forked from MarseyWorld/MarseyWorld
fix
parent
37a4a38e46
commit
0f295ee4c4
|
@ -53,7 +53,7 @@
|
|||
{% block content %}
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gradient-to-t from-gray-200 to-gray-100 sticky top-0">
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
<h2 class="text-2xl font-heading font-bold mb-0">
|
||||
rDrama's 20 Greediest Members
|
||||
</h2>
|
||||
</div>
|
||||
|
@ -92,7 +92,7 @@
|
|||
</div>
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gradient-to-t from-gray-200 to-gray-100 sticky top-0">
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
<h2 class="text-2xl font-heading font-bold mb-0">
|
||||
rDrama's 20 Top Spenders
|
||||
</h2>
|
||||
</div>
|
||||
|
@ -131,7 +131,7 @@
|
|||
</div>
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gradient-to-t from-gray-200 to-gray-100 sticky top-0">
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
<h2 class="text-2xl font-heading font-bold mb-0">
|
||||
rDrama's 15 Most Popular
|
||||
</h2>
|
||||
</div>
|
||||
|
@ -170,7 +170,7 @@
|
|||
</div>
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gradient-to-t from-gray-200 to-gray-100 sticky top-0">
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
<h2 class="text-2xl font-heading font-bold mb-0">
|
||||
rDrama's 10 Most Terminally Online (Posts)
|
||||
</h2>
|
||||
</div>
|
||||
|
@ -209,7 +209,7 @@
|
|||
</div>
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gradient-to-t from-gray-200 to-gray-100 sticky top-0">
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
<h2 class="text-2xl font-heading font-bold mb-0">
|
||||
rDrama's 10 Most Terminally Online (Comments)
|
||||
</h2>
|
||||
</div>
|
||||
|
@ -248,7 +248,7 @@
|
|||
</div>
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gradient-to-t from-gray-200 to-gray-100 sticky top-0">
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
<h2 class="text-2xl font-heading font-bold mb-0">
|
||||
rDrama's 10 Biggest Winners
|
||||
</h2>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue