Skip to content

Commit 0930a00

Browse files
authored
Update index.html
1 parent eaef395 commit 0930a00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.filter-btn.active { background: rgba(242, 169, 0, 0.1); }
3131

3232
.trader-header { display: flex; align-items: center; gap: 25px; background: linear-gradient(90deg, rgba(26,26,26,1) 0%, rgba(26,26,26,0) 100%); padding: 15px; border-left: 5px solid var(--primary); margin: 2.5rem 0 1.5rem 0; cursor: pointer; }
33-
.trader-portrait { width: 120px; height: 120px; border: 2px solid var(--primary); object-fit: cover; background: #222; }
33+
.trader-portrait { width: 120px; height: 120px; border: 2px solid var(--primary); object-fit: cover; object-position: center top; background: #222; }
3434
.trader-info h2 { color: var(--primary); margin: 0; text-transform: uppercase; font-size: 1.6rem; }
3535

3636
.quest-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1rem; margin-bottom: 3rem; }

0 commit comments

Comments
 (0)