Fix
This commit is contained in:
parent
96a50d3480
commit
918c40b341
|
@ -48,6 +48,14 @@
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.post-content {
|
||||||
|
font-size: 15px;
|
||||||
|
letter-spacing: 0px;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.post-content h3,
|
.post-content h3,
|
||||||
.post-content h4,
|
.post-content h4,
|
||||||
.post-content h5,a
|
.post-content h5,a
|
||||||
|
|
Loading…
Reference in New Issue