Remove background of readings list on dashboard
This commit is contained in:
@@ -166,10 +166,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Readings Table -->
|
<!-- Readings Table -->
|
||||||
<div class="bg-white rounded-lg shadow-md overflow-hidden">
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
||||||
<div class="overflow-x-auto">
|
|
||||||
|
|
||||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
|
||||||
{% for reading in readings %}
|
{% for reading in readings %}
|
||||||
<a href="{{ url_for('main.edit_reading', reading_id=reading.id) }}"
|
<a href="{{ url_for('main.edit_reading', reading_id=reading.id) }}"
|
||||||
class="bg-white shadow-md rounded-lg p-4 flex flex-col justify-between relative hover:shadow-lg transition-shadow">
|
class="bg-white shadow-md rounded-lg p-4 flex flex-col justify-between relative hover:shadow-lg transition-shadow">
|
||||||
@@ -219,10 +216,5 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user