Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

_index.scss 325B

123456789101112131415161718
  1. .site-index {
  2. #presentation {
  3. .photo {
  4. text-align: center ;
  5. .img-photo {
  6. width: 100% ;
  7. max-width: 500px ;
  8. }
  9. }
  10. }
  11. #produits {
  12. img.photo-produit {
  13. width: 100px ;
  14. height: auto ;
  15. }
  16. }
  17. }