diff --git a/html/css/main.css b/html/css/main.css index 692dd9a1..5acd78ef 100644 --- a/html/css/main.css +++ b/html/css/main.css @@ -929,4 +929,20 @@ body { .weapon-attachments-back:hover { background-color: rgb(18, 18, 18); +} + + +@media screen and (max-width: 1920px) { + .player-inv-info { + position: absolute; + left: 14.5%; + top: 21%; + width: 530px; + } + .other-inv-info { + position: absolute; + left: 56%; + top: 21%; + width: 530px; + } } \ No newline at end of file