Mitrichius / hugo-theme-anubis

Anubis is a simple minimalist theme for Hugo blog engine
https://hugo-theme-anubis.netlify.app/
MIT License
397 stars 152 forks source link

Optional Paragraph Indentation #172

Closed elibroftw closed 1 year ago

elibroftw commented 1 year ago

A friend suggested that my paragraphs should be indented. It was a good point.

elibroftw commented 1 year ago
p + p {
    text-indent: 0.5in;
}
Mitrichius commented 1 year ago

You can use customCSS for this (mentioned in README)

elibroftw commented 1 year ago

Yeah I tried that out myself but didn't like how my blog looked like.