Urara-Blog/node_modules/.pnpm-store/v3/files/ee/aa3d8276165b71ed734cd1fdc9543500359a4669d00cbb9e260f1c21e30346926718f8b700a0fd66a0d4647af860fe3709c9b54318c9de4c5424628f6d285e
2022-08-14 01:14:53 +08:00

8 lines
168 B
Text

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