mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Enable left alignment as an option (#51)
This commit is contained in:

committed by
Alexis Tacnet

parent
bfd5f66d5a
commit
9ea87416af
@@ -507,7 +507,11 @@ section.main .content .markdown a code:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
section.main .content .markdown p {
|
||||
{{if .Site.Params.align_left}}
|
||||
text-align: left;
|
||||
{{else}}
|
||||
text-align: justify;
|
||||
{{end}}
|
||||
margin-top: 0;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user