File size: 592 Bytes
796e8b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.img-cover {
  height: 180px;
  object-fit: cover;
}

.article-content {
  line-height: 1.6;
}

.article-content img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}

.article-content figure {
  max-width: 100%;
  margin: 15px 0;
}

.article-content iframe {
  max-width: 100%;
}

.article-content p {
  margin-bottom: 15px;
}

.article-content h1, .article-content h2, .article-content h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.article-body img {
  max-width: 100%;
  height: auto;
}
.article-body figure {
  max-width: 100%;
}
.article-body iframe {
  max-width: 100%;
}