7.1
15832144755
2021-07-01 ba21fcf8482029f7634b62d60daf171538001769
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
//  =================
//      Imports
//  =================
 
@import '../../../base/base';    // Base Variables
 
 
 
 
//  ===============================
//       _timeline Imports 
//  ===============================
 
@import '_timeline/_timeline-profile';
@import '_timeline/_timeline-modern';
@import '_timeline/_timeline-alter';
@import '_timeline/_timeline-basic';
 
 
@media (max-width: 767px) {
  .timeline-simple .timeline-list .timeline-post-content .post-gallery-img img {
    width: 150px;
    margin-bottom: 23px;
  }
}
 
@media (max-width: 575px) {
  .timeline-alter .item-timeline {
    display: block;
    text-align: center;
 
    .t-meta-time p, .t-usr-txt p {
      margin: 0 auto;
    }
  }
 
  .timeline-simple .timeline-list .timeline-post-content {
    display: block;
 
    div.user-profile {
      &:after {
        display: none;
      }
 
      margin-bottom: 18px;
      text-align: center;
 
      img {
        margin-right: 0;
      }
    }
 
    h4, .meta-time-date {
      text-align: center;
    }
  }
}