Bootstrap grid for printing

前端 未结 11 2226
长情又很酷
长情又很酷 2020-12-23 11:25

I would like to design a report page with a different layout for printing to mobile. I am using bootstrap v3. It seems the grid can\'t differentiate between the two as the b

11条回答
  •  萌比男神i
    2020-12-23 11:57

    Maybe you could use Bootstrap 2. If you are familiar with Bootstrap 2, then you can use it as an alternative, as this offers non responsive CSS. Bootstrap 2 was not mobile first, you had to add an extra style sheet to make your web pages responsive.

    Or you can add clearfixes for the mobile part. See http://getbootstrap.com/css/#grid-responsive-resets

提交回复
热议问题