victoriadrake/hugo-theme-sam

Text alignment in blog post text

Opened this issue · 2 comments

Hello,

Thanks for the awesome theme!

Is it possible to change the text alignment within a post's body?
Where is the appropriate place for such a change?

I just found out how to do it,

Go to themes>sam>layouts>posts>single.html

Add <div style="text-align: justify"> at the start of the file.
image

;)

Hi there,

The CSS is compiled from the Sass files. Styles for the blog content specifically is under the #content id in assets/sass/_elements.sass.

I've added clearer instruction to the README.