37 lines
524 B
CSS
37 lines
524 B
CSS
.mce-content-body .img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.mce-content-body{
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
}
|
|
.mce-content-body p{
|
|
|
|
margin-bottom: 14px;
|
|
&:last-child{
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.mce-content-body ul {
|
|
padding: 0 0 0 16px;
|
|
list-style: none outside none;
|
|
|
|
|
|
|
|
}
|
|
|
|
.mce-content-body li::before {
|
|
content: "—";
|
|
opacity: .5;
|
|
font-size: 12px;
|
|
padding-right: 6px;
|
|
vertical-align: 10%;
|
|
}
|
|
|
|
.mce-content-body li {
|
|
list-style: none;
|
|
padding: 0;
|
|
} |