Advertisement
fauzanjeg

Fix sidebar issue in tablet mode

Aug 18th, 2021
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. /* Fix sidebar issue in tablet mode */
  2. @media (max-width: 991px) {
  3.     .col-sm-4 {
  4.         width: unset;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement