summaryrefslogtreecommitdiffstats
path: root/app/print.styl
diff options
context:
space:
mode:
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 }
+ }
+}