You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_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. }