mirror of
https://github.com/thangisme/notes.git
synced 2026-02-25 06:35:30 -05:00
9 lines
60 B
CSS
9 lines
60 B
CSS
/*
|
|
expect:
|
|
object-fit: 1
|
|
*/
|
|
|
|
div {
|
|
object-fit: contain;
|
|
}
|