We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a15cf commit 298d651Copy full SHA for 298d651
1 file changed
index.html
@@ -531,13 +531,14 @@
531
.featured-badge {
532
position: absolute;
533
top: 12px;
534
- right: 12px;
+ left: 12px;
535
background: linear-gradient(135deg, #f59e0b, #ef4444);
536
color: white;
537
font-size: 10px;
538
font-weight: 600;
539
padding: 4px 8px;
540
border-radius: 12px;
541
+ z-index: 5;
542
}
543
544
.tool-card {
0 commit comments