/* resize.css — /images/resize/ */

/* The controls column is a form; keep its fields from stretching to the full
   card width on wide screens, where 320px of number input reads as a bug. */
#px-fields { margin-bottom: .5rem; }
#px-fields input { max-width: 100%; }

.dropzone { padding: 2.5rem 1.25rem; }

@media (max-width: 400px) {
  .preset-row .preset-btn { font-size: .75rem; padding: .25rem .5rem; }
}
