mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 02:07:20 -04:00
9 lines
60 B
CSS
9 lines
60 B
CSS
/*
|
|
expect:
|
|
object-fit: 1
|
|
*/
|
|
|
|
div {
|
|
object-fit: contain;
|
|
}
|