Hello John Smith,
This is not a theme CSS related issue. We have created all the CSS according to all the media devices to display content beautifully. However, you check your website once using the given code.
Please go to the Appearance >> Customize >> Additional CSS. Now paste the CSS code below then click to publish button.
@media (min-width: 768px) and (max-width: 992px) {
html { font-size: 16px; }
}
@media (min-width: 100px) and (max-width: 768px) {
html { font-size: 16px; }
}
.entry-content a {
margin: 0 0.313rem;
}
If you need any further assistance, please let me know.
Regards,
ThemeArile