getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
71 stars 51 forks source link

[hemingway] #169

Open angelgcuartero opened 5 years ago

angelgcuartero commented 5 years ago

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.