Files

7 lines
156 B
SCSS
Raw Permalink Normal View History

@import "tailwindcss";
main img:not(.loaded) {
min-height: 150px; /* Taille minimum le temps du chargement */
width: 100%;
object-fit: cover;
}