mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 10:31:09 -05:00
fixing the home page
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
class="flex flex-col items-center justify-center p-3 text-center transition-transform bg-white rounded-lg shadow-lg hover:scale-[1.02] dark:bg-gray-800">
|
||||
<dt class="text-sm font-semibold text-gray-900 sm:text-base lg:text-lg dark:text-white">Total Rides</dt>
|
||||
<dd class="mt-1 text-xl font-bold text-sky-900 hover:text-sky-800 sm:text-2xl lg:text-3xl dark:text-sky-400 dark:hover:text-sky-300">
|
||||
{{ park.total_rides|default:"N/A" }}
|
||||
{{ park.ride_count|default:"N/A" }}
|
||||
</dd>
|
||||
</a>
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
<div class="flex flex-col items-center justify-center p-3 text-center bg-white rounded-lg shadow-lg dark:bg-gray-800">
|
||||
<dt class="text-sm font-semibold text-gray-900 sm:text-base lg:text-lg dark:text-white">Roller Coasters</dt>
|
||||
<dd class="mt-1 text-xl font-bold text-sky-900 hover:text-sky-800 sm:text-2xl lg:text-3xl dark:text-sky-400 dark:hover:text-sky-300">
|
||||
{{ park.total_roller_coasters|default:"N/A" }}
|
||||
{{ park.coaster_count|default:"N/A" }}
|
||||
</dd>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user