Blame view

frontend/web/css/_catalog.scss 484 Bytes
8f340aa7   Anastasia   - main page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  .price-books-catalog {
    font-size: 15px;
    margin-top: 27px;
    margin-bottom: -9px;
    div {
      text-align: center;
      width: 172px;
      display: inline-block;
    }
  }
  
  .section-books-catalog {
    .books-wrapp {
      margin-top: 60px;
    }
    .title-blocks {
      margin-bottom: -30px;
    }
  }
  
  @media (max-width: 590px) {
    .price-books-catalog {
      float: none;
      width: 262px;
      text-align: left;
      margin-left: auto;
      margin-right: auto;
    }
    .books-btn.books-btn-buy {
  
    }
  }