github-actions[bot] commited on
Commit ·
0ee335a
1
Parent(s): d9ef6da
Auto-deploy from GitHub: 8e0a14102147a78aff0b38eb359420d571e096ab
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -142,7 +142,7 @@
|
|
| 142 |
}
|
| 143 |
|
| 144 |
.organic-shape {
|
| 145 |
-
border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
|
| 146 |
filter: url('#crayon-texture');
|
| 147 |
}
|
| 148 |
|
|
@@ -509,7 +509,7 @@
|
|
| 509 |
<!-- List Header -->
|
| 510 |
<div class="flex w-full px-6 pb-4 border-b-[5px] text-[#4c1d95] font-bold text-xl uppercase tracking-wider"
|
| 511 |
style="border-color: rgba(124, 58, 237, 0.4); border-radius: 20px 15px 25px 18px / 18px 25px 15px 20px; filter: url(#crayon-texture);">
|
| 512 |
-
<div class="w-1/2">
|
| 513 |
<div class="w-1/6 text-center">STATUS</div>
|
| 514 |
<div class="w-1/4 text-center">PROGRESS</div>
|
| 515 |
<div class="w-[10%] text-center">ACTION</div>
|
|
|
|
| 142 |
}
|
| 143 |
|
| 144 |
.organic-shape {
|
| 145 |
+
border-radius: 255px 15px 225px 15px/15px 225px 15px 255px !important;
|
| 146 |
filter: url('#crayon-texture');
|
| 147 |
}
|
| 148 |
|
|
|
|
| 509 |
<!-- List Header -->
|
| 510 |
<div class="flex w-full px-6 pb-4 border-b-[5px] text-[#4c1d95] font-bold text-xl uppercase tracking-wider"
|
| 511 |
style="border-color: rgba(124, 58, 237, 0.4); border-radius: 20px 15px 25px 18px / 18px 25px 15px 20px; filter: url(#crayon-texture);">
|
| 512 |
+
<div class="w-1/2">CONTENT</div>
|
| 513 |
<div class="w-1/6 text-center">STATUS</div>
|
| 514 |
<div class="w-1/4 text-center">PROGRESS</div>
|
| 515 |
<div class="w-[10%] text-center">ACTION</div>
|