From 1c3ce08c5c918eb55166d173cf79e15fe00973c9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 6 May 2021 22:36:02 +0200 Subject: Finish the styling of the work Experience section --- app/print.styl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'app/print.styl') diff --git a/app/print.styl b/app/print.styl index 0ef1da5..32c7c54 100644 --- a/app/print.styl +++ b/app/print.styl @@ -48,3 +48,16 @@ article { margin-bottom: 0 } } + +.work { + // avoid page breaks inside a work experience section + article { + page-break-inside: avoid + } + + article > .info { + h2 { + margin-top: 0.8em + } + } +} -- cgit v1.2.3