.flex-row, .flex-column { justify-content: space-between; padding: 1em; border-bottom: 1px solid rgba(0, 0, 0, .4); } .flex-row:last-child { padding: .5em; border-bottom: unset; } label { padding: .1em; } span { padding-bottom: .25em; } select, input[type=number] { margin: 0; width: 65%; } input[type="checkbox"] { transform: scale(1.5); } @media (max-width: 650px) { select, input[type=number] { margin: 0; width: 100%; } } .icon-trashcan { content: url('data:image/svg+xml;utf8,'); }