HTML/CSS: table font size different in mobile device

前端 未结 3 983
天命终不由人
天命终不由人 2021-02-07 16:12

I would like to have a simple website that works both on desktop and mobile browser, and encountered a weird (rookie) problem: when I have a table whose column texts are of diff

3条回答
  •  抹茶落季
    2021-02-07 16:58

    try this

     body {
      font-family: Verdana, Geneva, Arial, sans-serif;
      font-size: 15px;
    }
    

提交回复
热议问题