This commit is contained in:
Cay 2026-03-14 14:38:26 +00:00
parent 1eba12ab85
commit ba780c613e
2 changed files with 12 additions and 4 deletions

View File

@ -611,3 +611,15 @@ body {
.market-tab-content.active {
display: block;
}
#market-pages {
display: grid;
grid-template-columns: repeat(4, 120px);
gap: 14px;
justify-content: center;
margin-top: 15px;
}

View File

@ -19,7 +19,6 @@ Geheimhandel
</div>
<div class="market-content">
<div class="market-tab-content active" id="market-inventory">
@ -91,9 +90,6 @@ Kaufen
🔒
</div>
</div>
`;
</div>
`;
}