From 39932dd71d54055692ba9985a233905f7066be7a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 4 Jul 2021 18:43:44 +0200 Subject: Add the section-header component style --- app/print.styl | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'app/print.styl') diff --git a/app/print.styl b/app/print.styl index 426ea64..86c20b8 100644 --- a/app/print.styl +++ b/app/print.styl @@ -9,16 +9,14 @@ body { font-size: 9pt } +.section-header { + font-size: 18pt + margin-bottom: -0.6em +} + @require "stylesheets/print/header.styl" @require "stylesheets/print/summary.styl" -article { - h1 { - font-size: 18pt - margin-bottom: -0.5em - } -} - .skills { dl { margin-top: 1.5em -- cgit v1.2.3