Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

34 строки
573 B

  1. body.member {
  2. background-image: url(../img/member_bg.jpg);
  3. background-repeat: no-repeat;
  4. background-attachment: fixed;
  5. background-size: cover;
  6. #himedia {
  7. margin: 180px 0 75px 0;
  8. img {
  9. max-width: 300px;
  10. height: auto;
  11. margin: auto;
  12. }
  13. }
  14. #container {
  15. background-color: #fff;
  16. color: #002887;
  17. padding: 0 15px;
  18. @media (min-width: 992px) {
  19. padding: 0 60px;
  20. }
  21. .ce_text {
  22. .float_above {
  23. img {
  24. object-fit: cover;
  25. }
  26. }
  27. }
  28. .ce_downloads {
  29. margin-bottom: 35px;
  30. text-align: center;
  31. }
  32. }
  33. }