diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-04 14:37:25 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-04 20:04:39 +0200 |
| commit | 2fcb2b8db70ce8c3bc34c01f6666048337fe244a (patch) | |
| tree | 651069b336dcbc943ab109cab28b672addd687ad /app/print.styl | |
| parent | 75381c3b13fb8d0fd74707fa5bd7d9d4c10f5d83 (diff) | |
Initial header styling
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/print.styl b/app/print.styl index e69de29..a4198b2 100644 --- a/app/print.styl +++ b/app/print.styl @@ -0,0 +1,8 @@ +// Header section styling +header { + // Address/Contacts + address { + .tel { display: inline } + .web { display: inline } + } +} |
