mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2026-01-14 04:22:48 +01: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;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
section.main .content .markdown p {
|
section.main .content .markdown p {
|
||||||
|
{{if .Site.Params.align_left}}
|
||||||
|
text-align: left;
|
||||||
|
{{else}}
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
{{end}}
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user