I have such queries
screens: {
414: { max: "414px" },
500: { max: "500px" },
630: { max: "630px" },
720: { max: "720px" },
840: { max: "840px" },
1000: { max: "1000px" },
1230: { max: "1230px" },
}
And such element
<div className="absolute right-0 bottom-0 840:-top-[350px] 500:-top-[150px]">
590 €
</div>
And for some reason it doesn't want to override top property