Skip to content
Extraits de code Groupes Projets
Valider d50c00c4 rédigé par RealET's avatar RealET :kissing_cat:
Parcourir les fichiers

fix : largeur x2 et x3 des tuiles adaptée pour le RWD (Mode Cognac)

parent c13ec6f8
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -3566,11 +3566,21 @@ dialog {
top: 0.2rem;
left: 0.2rem;
}
.grid-item-x2 {
grid-column: span 2;
@media screen and (min-width:960px) {
.grid-item-x2 {
grid-column: span 2;
}
.grid-item-x3 {
grid-column: span 2;
}
}
.grid-item-x3 {
grid-column: span 3;
@media screen and (min-width:[(#GET{LargeurContaineur})]px) {
.grid-item-x2 {
grid-column: span 2;
}
.grid-item-x3 {
grid-column: span 3;
}
}
.grid {
text-align: center;
......@@ -3644,10 +3654,11 @@ dialog {
}
#content .grid-item img { padding: 0; }
.grid-item img {
max-width: 100%;
width: 100%;
max-height: [(#CONFIG{soyezcreateurs/hauteur_quoi2neuf,340})]px;
background-color: #GET{c_body_bk};
max-width: 100%;
width: 100%;
background-color: #GET{c_body_bk};
height: [(#CONFIG{soyezcreateurs/hauteur_quoi2neuf,340})]px;
object-fit: cover;
}
.grid-item {
margin-bottom: 20px;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter