See the following codepen for what I currently have: https://codepen.io/anon/pen/GjWYPO
4条回答 無奈伤痛 (楼主) 2020-12-22 03:11 I think adding this to your css, would do the job for you. .col-1-3.bg-green{ width:calc(100%/(3/1) - (3-1)*2px); margin:0px 2px; } 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
I think adding this to your css, would do the job for you.
.col-1-3.bg-green{ width:calc(100%/(3/1) - (3-1)*2px); margin:0px 2px; }