@@ -93,7 +93,7 @@ const dragEnd = () => {
.columns-items {
margin-right: 30px;
margin-bottom: 30px;
- width: 30vw;
+ width: calc(33% - 30px);
border: 1px solid #999;
cursor: pointer;
.div-top {