assets.css 168 B

12345678
  1. /**
  2. * Restrict sizing to the page width in all browsers (opinionated).
  3. */
  4. :where(iframe, img, input, video, select, textarea) {
  5. height: auto;
  6. max-width: 100%;
  7. }