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

Mode Cognac, Gros blocs ZoomSur2 : si le texte est long, laisser le bloc s'agrandir en hauteur.

parent 23ebcb97
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -246,12 +246,16 @@ select {
#projets {
margin: 0;
padding: 0;
display: flex;
}
.content-projets {
height: 100%;
}
#projets a {
display: flex;
flex-direction: row;
align-content: center;
height: [(#CONFIG{soyezcreateurs/variante_blocprojet,par2}|=={par2}|?{20vw,7vw})];
min-height: [(#CONFIG{soyezcreateurs/variante_blocprojet,par2}|=={par2}|?{20vw,7vw})];
color: white;
border: none;
}
......@@ -269,6 +273,7 @@ select {
color: inherit;
font-weight: 300;
text-align: center;
margin-bottom: .5em;
}
#projets .suite {
color: #FFF;
......@@ -811,7 +816,10 @@ img.editologo {
#projets .projet {
background-color: #777;
}
#projets a, #content #projets .h2 { color: inherit; }
#projets a, #content #projets .h2 {
color: inherit;
height: 100%;
}
@media only screen and (min-width: 768px) {
#projets .projet {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter