summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-05 14:23:16 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-05 14:23:16 +0200
commit79c1ee1c608ce5761973d3353ad0da802d3f9645 (patch)
tree2e739893fa5ed3d509b779c1a67a81036454658a /app/stylesheets/print
parent04acecca6f8024767cda4579dfd25b2742cd0208 (diff)
Refactor writing/projects sections and make them 1 type
Diffstat (limited to 'app/stylesheets/print')
-rw-r--r--app/stylesheets/print/projects.styl11
-rw-r--r--app/stylesheets/print/writing.styl12
2 files changed, 1 insertions, 22 deletions
diff --git a/app/stylesheets/print/projects.styl b/app/stylesheets/print/projects.styl
index 96f4309..8ab284c 100644
--- a/app/stylesheets/print/projects.styl
+++ b/app/stylesheets/print/projects.styl
@@ -1,12 +1,3 @@
-.projects {
+.project {
page-break-inside: avoid
}
-
-.projects__header {
-}
-
-.project__title {
-}
-
-.project__content {
-}
diff --git a/app/stylesheets/print/writing.styl b/app/stylesheets/print/writing.styl
deleted file mode 100644
index 2f36735..0000000
--- a/app/stylesheets/print/writing.styl
+++ /dev/null
@@ -1,12 +0,0 @@
-.writing {
- page-break-inside: avoid
-}
-
-.writing__header {
-}
-
-.writing__title {
-}
-
-.writing__content {
-}