You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know in the original theme, but I find Nikola Hemingway theme lacking some margin space when showing content. It happens in both desktop and mobile, so I was checking CSS (not an expert) and experimenting a bit. Maybe the solution is adding something like this in style.css for this theme:
article { margin-left: 1rem; margin-right: 1rem }
Not sure if this is the best way to fix it, neither if this happens in other themes.
The text was updated successfully, but these errors were encountered:
I don't know in the original theme, but I find Nikola Hemingway theme lacking some margin space when showing content. It happens in both desktop and mobile, so I was checking CSS (not an expert) and experimenting a bit. Maybe the solution is adding something like this in style.css for this theme:
article { margin-left: 1rem; margin-right: 1rem }
Not sure if this is the best way to fix it, neither if this happens in other themes.
The text was updated successfully, but these errors were encountered: