diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-07 00:18:19 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-07 00:18:19 +0200 |
commit | 89d37743086515f5318567333e399bf6a1a7e8f0 (patch) | |
tree | d6f91b83d9ba598422861ec1932f50b43004e686 /themes | |
parent | Example Post: Fill with lorem ipsum (diff) | |
download | baitinq.ml-89d37743086515f5318567333e399bf6a1a7e8f0.tar.gz baitinq.ml-89d37743086515f5318567333e399bf6a1a7e8f0.tar.bz2 baitinq.ml-89d37743086515f5318567333e399bf6a1a7e8f0.zip |
Justify text in content
Diffstat (limited to 'themes')
-rw-r--r-- | themes/researcher/assets/sass/researcher.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/researcher/assets/sass/researcher.scss b/themes/researcher/assets/sass/researcher.scss index 8bd2561..8231f0b 100644 --- a/themes/researcher/assets/sass/researcher.scss +++ b/themes/researcher/assets/sass/researcher.scss @@ -63,6 +63,7 @@ $y-medium: 1.0rem; @extend %link-default; } p { + text-align: justify; margin-bottom: $y-small; } h1, h2, h3, h4, h5, h6 { |