mirror of
https://github.com/safing/web
synced 2026-04-29 12:00:46 +00:00
Improve content styling
This commit is contained in:
parent
c311354e5a
commit
8043b057f2
2 changed files with 28 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="card shadowthing text-left transform scale-95">
|
||||
<div class="tablecard shadowthing text-left transform scale-95">
|
||||
<div class="block px-8 py-6 rounded-lg">
|
||||
<div class="absolute top-0 right-0 overflow-visible mr-16 mt-12 z-20">
|
||||
<div class="flex-shrink-0 mt-0">
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
<div class="pt-5">
|
||||
<div>
|
||||
{% for tag in card.progress %}
|
||||
{% if tag.type == 'a' %}
|
||||
<{{ tag.type }} href='{{ tag.href }}'>{{ tag.text }}</{{tag.type}}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue