summaryrefslogtreecommitdiffstats
path: root/app/print.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-04 14:37:25 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-04 20:04:39 +0200
commit2fcb2b8db70ce8c3bc34c01f6666048337fe244a (patch)
tree651069b336dcbc943ab109cab28b672addd687ad /app/print.styl
parent75381c3b13fb8d0fd74707fa5bd7d9d4c10f5d83 (diff)
Initial header styling
Diffstat (limited to 'app/print.styl')
-rw-r--r--app/print.styl8
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 }
+ }
+}