summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print/projects.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-05 00:49:58 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-05 00:49:58 +0200
commit936e7ebc1e581ec63bc4d4fbea8dd700ce8906de (patch)
tree4cb9a8bfd65736f1f0f06ad24aeafa35e4d7eef8 /app/stylesheets/print/projects.styl
parent3455b28a2d83d4af43b5313991bc84e29bbd7395 (diff)
Convert the writing and projects section to use BEM
Diffstat (limited to 'app/stylesheets/print/projects.styl')
-rw-r--r--app/stylesheets/print/projects.styl12
1 files changed, 12 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 {
+}