For Mobile :
@media only screen and (max-width: 800px) {
.rte ul {
font-size: 13px;
}
.rte p {
font-size: 13px;
}
}
For Tablet :
@media only screen and (min-width: 820px) and (max-width: 820px) and (min-height: 1180px) and (max-height: 1180px) {
.rte ul {
font-size: 14px;
}
.rte p {
font-size: 14px;
}
}
For PC:
.rte ul {
font-size: 16px;
}
.rte p {
font-size: 16px;
}
yes, please paste it below the code I have sent. For the PC, that I have sent before, you just need to edit the pixels to 16px