Skip to content
Extraits de code Groupes Projets
Valider daededfc rédigé par real3t@gmail.com's avatar real3t@gmail.com
Parcourir les fichiers

[SoyezCréateurs] ajustements CSS en mode Cognac RWD

parent e1bf85df
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -904,19 +904,24 @@ img.editologo {
@media only screen and (max-width:[(#GET{LargeurContaineur})]px) {
#projets h2 {
font-size: 2.5rem;
font-size: 1.2rem;
}
#projets .projet {
width: 46%;
margin-left: 2%;
margin-right: 2%;
}
}
@media only screen and (max-width: 768px) {
#projets .projet {
width: 100%;
float: none;
}
#projets h2 {
font-size: 2rem;
}
}
@media only screen and (max-width: 640px) {
#projets article {
width: 100%;
float: none;
}
#projets article a {
height: auto;
}
......
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