8 lines
92 B
SCSS
8 lines
92 B
SCSS
|
|
||
|
img {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
object-fit: contain;
|
||
|
border-radius: 5%;
|
||
|
}
|