[Vuejs]-Ensure that there is space at the sides of columns and between columns

0👍

Just add CSS padding: https://codepen.io/aprouja1/pen/gRjPgB

#app{
  padding-left:10px;
}

Leave a comment