Bootstrap - fix small breakpoint issue on iOS

0 votes
202 views
added Apr 20, 2019 in Bootstrap by LC Marshal Captain (25,790 points)
&.news, &.judges {
  .col-6 {
    @media (max-width: $break_m_xx) {
      -webkit-box-flex: unset;
      flex: none;
      float: left;
      width: 48%;
      margin: 0 auto;
      max-width: 200px;
      position: unset;
      // padding: 0;
    }
  }
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...