diff options
Diffstat (limited to 'theme/stylesheets/print.less')
-rw-r--r-- | theme/stylesheets/print.less | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/theme/stylesheets/print.less b/theme/stylesheets/print.less index 1c59ce6..33fe3d8 100644 --- a/theme/stylesheets/print.less +++ b/theme/stylesheets/print.less @@ -65,8 +65,17 @@ section { } .exercise { + margin: 1cm 0cm; + padding: 0.4cm; + page-break-inside: avoid; + border: 3px solid #ddd; - + + .exercise-header { + margin-bottom: 0.4cm; + padding-bottom: 0.2cm; + border-bottom: 1px solid #ddd; + } } } }
\ No newline at end of file |