Update gallery.css

Optimisation de l'affichage des photos sur de petits écran en mode portrait et paysage. Plus "responsive desgin".
This commit is contained in:
brunoduc 2020-03-23 16:33:22 +01:00 committed by GitHub
parent c8040983a6
commit 64157f89f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -21,4 +21,15 @@
background: rgba(0, 0, 0, .6); background: rgba(0, 0, 0, .6);
color: #FFF; color: #FFF;
text-align: center; text-align: center;
} }
/* Ajout de régles css ---------------------------- */
.galleryRow {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.col3 {
width : 16em;
max-width: 50%;
}
/* ----------------------------------------------*/