forestryio / hugo-theme-novela

Novela, the simplest way to start publishing with Hugo and Forestry.
https://hugo-novela-forestry.netlify.app/
MIT License
360 stars 192 forks source link

Pictures in article not centered. #80

Closed jazzi closed 3 years ago

jazzi commented 3 years ago

In the article, the picture is not centered but align left, this looks kind of weird.

jazzi commented 3 years ago

Fixed it by add the followings:

asset/scss/artile.scss

.post-content > img, .post-content > figure {
    text-align: center;
}