.container {
    display: grid;
    grid-template-columns: 70% 30%;
}

.menu_item input {
    width: 30px;
}