From b6326b1345023f9361236dc3f6c7193ec4e83042 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 4 Jul 2021 18:25:55 +0200 Subject: Convert the summary section to BEM convention --- app/stylesheets/print/summary.styl | 0 app/stylesheets/web/summary.styl | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 app/stylesheets/print/summary.styl create mode 100644 app/stylesheets/web/summary.styl (limited to 'app/stylesheets') diff --git a/app/stylesheets/print/summary.styl b/app/stylesheets/print/summary.styl new file mode 100644 index 0000000..e69de29 diff --git a/app/stylesheets/web/summary.styl b/app/stylesheets/web/summary.styl new file mode 100644 index 0000000..dfcb412 --- /dev/null +++ b/app/stylesheets/web/summary.styl @@ -0,0 +1,8 @@ +.section-header.summary__header { + display: none +} + +.summary__content { + text-align: justify + margin-top: 1.5em +} -- cgit v1.2.3