header not being responsive when resizing

后端 未结 3 1739
死守一世寂寞
死守一世寂寞 2021-01-29 11:18

I have a table where when I resize it wont show my header Steps on the web view it does show perfectly - but when I resize I don\'t get to see my Steps header. is t

3条回答
  •  借酒劲吻你
    2021-01-29 11:32

    When the table starts looking bad try media queries for e.g. :

    @media all and (max-width: XXXpx){
    here you need to put new css styles for example ( smaller font or sthg)
    }
    

提交回复
热议问题