From 2fcb2b8db70ce8c3bc34c01f6666048337fe244a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 4 May 2021 14:37:25 +0200 Subject: Initial header styling --- app/print.styl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/print.styl') 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 } + } +} -- cgit v1.2.3