diff --git a/assets/css/format-print.css b/assets/css/format-print.css index 9d97b54d66..0eb4641dc6 100644 --- a/assets/css/format-print.css +++ b/assets/css/format-print.css @@ -189,7 +189,7 @@ article { width: 100%; } -#R-body #R-body-inner > .flex-block-wrapper article.narrow p { +#R-body #R-body-inner > .flex-block-wrapper article.narrow > p { font-size: 1.015625rem; text-align: start; } diff --git a/assets/css/theme.css b/assets/css/theme.css index e31eb52640..44d3660e95 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -602,7 +602,7 @@ article a:focus > img:only-child:empty { } } -#R-body-inner > .flex-block-wrapper article.narrow p { +#R-body-inner > .flex-block-wrapper article.narrow > p { font-size: 1.2rem; text-align: justify; } diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 52b9db2ef0..6c397fa977 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+34db6f0dd729d16b6139b1c3bbe61d9ca3d0976b \ No newline at end of file +7.3.2+8141edbb8adc79e867f2af618e895a6548a23741 \ No newline at end of file