Why is my website cutting off on mobile devices?

前端 未结 6 1358
栀梦
栀梦 2020-12-20 06:57

I created this website with the original intention of having it be mobile. However I\'ve had to take that function out and for the time being just wanted to have it so when

6条回答
  •  遥遥无期
    2020-12-20 07:15

    Add this in your body tag:

    body {min-width: 1024px;}
    

    Should not effect your meta or media queries with this, but this meta as mentioned is a great one:

     
    

提交回复
热议问题