diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:09:14 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:09:14 +0200 |
| commit | 3913b19fc08a459ec9ef8f1773ae0c335149a37b (patch) | |
| tree | ad0b5bf8924770f5416fbe32af5c37caca461bab /app/print.styl | |
| parent | a4a1aec1821b8da2e46eddf7c2113edc38bcd2d9 (diff) | |
Update the header section to use BEM convention
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/app/print.styl b/app/print.styl index c28d6f4..043e442 100644 --- a/app/print.styl +++ b/app/print.styl @@ -1,32 +1,15 @@ @page { margin-left: 1cm margin-right: 1cm - margin-top: 1.5cm + margin-top: 1cm margin-bottom: 0.3cm } body { - margin-left: 0 - margin-right: 0 font-size: 9pt } -// Header section styling -header { - - // Name - h1 { - font-size: 27pt - margin-top: 0.2em - margin-bottom: 0 - } - - // Address/Contacts - address { - .tel { display: inline } - .web { display: inline } - } -} +@require "stylesheets/print/header.styl" article { h1 { |
