mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 18:39:29 +08:00
8 lines
168 B
Text
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%;
|
|
}
|