astro-ghostcms/.pnpm-store/v3/files/ee/aa3d8276165b71ed734cd1fdc95...

9 lines
168 B
Plaintext
Raw Normal View History

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