From 93e7dc5c43b3e4a04067508cea9e2a0d55046cfd Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Mon, 11 Mar 2024 21:23:03 +0100 Subject: [PATCH] style: in the right file. This reverts commit f3312546a29ef6132c7c8e76b754829401e5b569. Signed-off-by: Matthieu Baerts (NGI0) --- _sass/minima/custom-styles.scss | 7 +++++++ _sass/minima/custom-variables.scss | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 _sass/minima/custom-styles.scss delete mode 100644 _sass/minima/custom-variables.scss diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss new file mode 100644 index 0000000..786835c --- /dev/null +++ b/_sass/minima/custom-styles.scss @@ -0,0 +1,7 @@ +.home { + text-align: justify; +} + +.post-content.e-content { + text-align: justify; +} diff --git a/_sass/minima/custom-variables.scss b/_sass/minima/custom-variables.scss deleted file mode 100644 index ab14405..0000000 --- a/_sass/minima/custom-variables.scss +++ /dev/null @@ -1,5 +0,0 @@ -.post-content { - p { - text-align: justify; - } -}