Can min-width and max-width be set to same value in @media?

前端 未结 0 776
孤街浪徒
孤街浪徒 2021-01-06 11:09

I have a device with 1024px * 1366px for which I should adjust my lwc page to have the below padding.

@media (min-width: 1024px) and (max-width: 1024px) {
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题