Blame view

src/assets/scss/_medium.scss 612 Bytes
8a0dd59d9   Digvijay Singh   first commit
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
33
  @media screen and (min-width: 668px) and (max-width: 991px) {
    .home-page .VideoBg, .hero-section .hero-col{
      height: 600px !important;
    }
    .update-profile-blk {
      .profile-list {
        li {
          width: 33.333%;
        }
      }
    }
  }
  @media screen and (max-width: 991px) {
    .profile-section {
      padding-bottom: 0;
      .profile-pic {
        margin: 30px 0;
        width: 180px;
        height: 180px;
      }
    }
    .course-recom-section {
      padding-top: 50px;
    }
    .hidden-sm {
      display: none !important;
    }
  }
  @media screen and (min-width: 992px) {
    .hidden-lg {
      display: none !important;
    }
  }