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.

23 lines
412B

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