Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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