.file-item{ display: flex; width: 100%; margin-top: -10px; align-items: center; border: 1px solid #dedede; justify-content: space-between; padding: 1%; .file-description{ display: flex; align-items: center; column-gap: 10px; img{ width: 40px; height: 40px; // margin-right: 10px; } } .delete-icon{ // margin-left: 1%; cursor: pointer; } }