diff options
Diffstat (limited to 'app/stylesheets/print/projects.styl')
| -rw-r--r-- | app/stylesheets/print/projects.styl | 12 |
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 { +} |
