1 parent eaef395 commit 0930a00Copy full SHA for 0930a00
1 file changed
index.html
@@ -30,7 +30,7 @@
30
.filter-btn.active { background: rgba(242, 169, 0, 0.1); }
31
32
.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; }
+ .trader-portrait { width: 120px; height: 120px; border: 2px solid var(--primary); object-fit: cover; object-position: center top; background: #222; }
34
.trader-info h2 { color: var(--primary); margin: 0; text-transform: uppercase; font-size: 1.6rem; }
35
36
.quest-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1rem; margin-bottom: 3rem; }
0 commit comments