Blame view

frontend/web/css/_custom.scss 972 Bytes
38a9a9a6   Виталий   q
1
2
3
4
5
  .home-carousel {
      background: url('../img/oblako_banner.jpg') 50% 0 no-repeat;
      background-size: cover;
  }
  
51b67c0d   Виталий   commit2
6
7
8
9
  
  
  
  
38a9a9a6   Виталий   q
10
11
12
13
14
  @media (max-width: 992px) {
    .home-carousel {
        background-size: contain;
        background-position: 0 0;
        max-height: 326px;
51b67c0d   Виталий   commit2
15
        min-height: 326px !important;
38a9a9a6   Виталий   q
16
17
18
19
20
21
    }
  }
  
  @media (max-width: 700px) {
    .home-carousel {
      max-height: 296px;
51b67c0d   Виталий   commit2
22
      min-height: 296px !important;
38a9a9a6   Виталий   q
23
24
25
26
27
28
    }
  }
  
  @media (max-width: 580px) {
    .home-carousel {
      max-height: 240px;
51b67c0d   Виталий   commit2
29
      min-height: 240px !important;
38a9a9a6   Виталий   q
30
31
32
33
34
35
    }
  }
  
  @media (max-width: 500px) {
    .home-carousel {
      max-height: 204px;
51b67c0d   Виталий   commit2
36
37
38
39
40
41
42
43
44
      min-height: 204px !important;
    }
    .navbar-brand {
      padding-right: 0;
      img {
        width: 120px;
        height: auto;
        margin-top: 8px;
      }
38a9a9a6   Виталий   q
45
46
47
48
49
50
    }
  }
  
  @media (max-width: 400px) {
    .home-carousel {
      max-height: 160px;
51b67c0d   Виталий   commit2
51
      min-height: 160px !important;
38a9a9a6   Виталий   q
52
53
54
55
56
57
    }
  }
  
  @media (max-width: 357px) {
    .home-carousel {
      max-height: 141px;
51b67c0d   Виталий   commit2
58
      min-height: 141px !important;
38a9a9a6   Виталий   q
59
60
    }
  }