6 lines
82 B
CSS
6 lines
82 B
CSS
:where(img, video) {
|
|
max-width: 100%;
|
|
height: auto;
|
|
display: block;
|
|
}
|