summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/web
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-04 18:25:55 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-04 18:25:55 +0200
commitb6326b1345023f9361236dc3f6c7193ec4e83042 (patch)
tree63eea63cf894340ef5817ede7499273d62ec0d76 /app/stylesheets/web
parent3913b19fc08a459ec9ef8f1773ae0c335149a37b (diff)
Convert the summary section to BEM convention
Diffstat (limited to 'app/stylesheets/web')
-rw-r--r--app/stylesheets/web/summary.styl8
1 files changed, 8 insertions, 0 deletions
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
+}