diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-12 12:09:28 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-12 17:32:58 +0200 |
| commit | a6d3ef84fc00aff64364bb427eabcb6bb3f39bdc (patch) | |
| tree | b71ed358a12ccdbd438e1bf75bec5fce500a8982 /app/stylesheets/print/header.styl | |
| parent | 141a00a4632904ffdd8fe0feeca805e20f516764 (diff) | |
Better styling for the header (web only)
Diffstat (limited to 'app/stylesheets/print/header.styl')
| -rw-r--r-- | app/stylesheets/print/header.styl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl index 5b05637..7f6b7ab 100644 --- a/app/stylesheets/print/header.styl +++ b/app/stylesheets/print/header.styl @@ -1,3 +1,7 @@ +.header__name { + margin-bottom: 0.1em +} + .header__tel .header__website .header__email |
