Files
Web-NibblePoker/resources/Azias/scss/halfmoon/element/image.scss
Herwin 2df6476a2f Cleaning up trash, Changing from pure CSS to SCSS
Update .dockerignore, .gitignore, and 20 more files...
2022-09-21 16:54:03 +02:00

8 lines
114 B
SCSS

/* Halfmoon > Elements > Images */
img.fill-height {
height: 100%;
object-fit: cover;
object-position: 0 0;
}