remove horizontal scroll in small devices css

74

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

Comments

Submit
0 Comments