Blame view

ambshoes/css/_temp.scss 410 Bytes
81add67c   alex   first
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
  .phone-header-temp {

    text-align: right;

    a {

      font-size: 16px;

      font-weight: 700;

      line-height: 36px;

  text-decoration: none !important;

      color: $main-color;

  

    }

  }

  

  .items-section-temp {

    margin-bottom: 50px;

  }

  

  @media (max-width: 450px) {

    .phone-header-temp a {

      font-size: 15px;

      line-height: 24px;

    }

    .logo-wr a img {

      max-height: 24px !important;

    }

  }