diff --git a/assets/styles/components/texts.scss b/assets/styles/components/texts.scss index 17734ac..72c727d 100644 --- a/assets/styles/components/texts.scss +++ b/assets/styles/components/texts.scss @@ -12,6 +12,8 @@ strong { p { color: get-light-color('text-color'); + text-align: justify; + text-justify: inter-word; } input { diff --git a/assets/styles/layouts/single.scss b/assets/styles/layouts/single.scss index b878ceb..f5aecf4 100644 --- a/assets/styles/layouts/single.scss +++ b/assets/styles/layouts/single.scss @@ -49,6 +49,10 @@ body.kind-page { margin-top: 0px; } + p { + text-align: center; + } + img { height: 120px; width: 120px;