您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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