diff options
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-x | theme/stylesheets/ebook.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/theme/stylesheets/ebook.less b/theme/stylesheets/ebook.less index 520461c..0a9d655 100755 --- a/theme/stylesheets/ebook.less +++ b/theme/stylesheets/ebook.less @@ -24,7 +24,7 @@ img { margin: 0px auto; } -.exercise { +.exercise, .quiz { margin: 1cm 0cm; padding: 0.4cm; page-break-inside: avoid; @@ -36,4 +36,8 @@ img { padding-bottom: 0.2cm; border-bottom: 1px solid #ddd; } + + .question { + margin-top: 0.4cm; + } } |