Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1000,9 +1000,8 @@ html[data-entry-anim="true"] .form-card form > .btn-submit { animation-delay: 39
.skill-strip-items {
display: flex;
align-items: center;
flex-wrap: nowrap;
flex-wrap: wrap;
gap: 0;
white-space: nowrap;
}

.ss-item-indigo {
Expand Down
3 changes: 0 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,6 @@ <h2 class="section-title">Recommended Projects</h2>
<div id="results-empty" style="display:none;">
<div class="empty-state">
<div class="empty-icon">
<svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8" /><line
x1="21" y1="21" x2="16.65" y2="16.65" /></svg>
<svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8" />
Expand Down
Loading