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