summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print
diff options
context:
space:
mode:
Diffstat (limited to 'app/stylesheets/print')
-rw-r--r--app/stylesheets/print/projects.styl12
-rw-r--r--app/stylesheets/print/writing.styl12
2 files changed, 24 insertions, 0 deletions
diff --git a/app/stylesheets/print/projects.styl b/app/stylesheets/print/projects.styl
new file mode 100644
index 0000000..96f4309
--- /dev/null
+++ b/app/stylesheets/print/projects.styl
@@ -0,0 +1,12 @@
+.projects {
+ page-break-inside: avoid
+}
+
+.projects__header {
+}
+
+.project__title {
+}
+
+.project__content {
+}
diff --git a/app/stylesheets/print/writing.styl b/app/stylesheets/print/writing.styl
new file mode 100644
index 0000000..2f36735
--- /dev/null
+++ b/app/stylesheets/print/writing.styl
@@ -0,0 +1,12 @@
+.writing {
+ page-break-inside: avoid
+}
+
+.writing__header {
+}
+
+.writing__title {
+}
+
+.writing__content {
+}