diff options
Diffstat (limited to 'app/stylesheets/print/header.styl')
| -rw-r--r-- | app/stylesheets/print/header.styl | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl new file mode 100644 index 0000000..e7a97d3 --- /dev/null +++ b/app/stylesheets/print/header.styl @@ -0,0 +1,24 @@ +.header { +} + +.header__name { +} + +.header__job-title { +} + +.header__contact-info { +} + +.header__contact-info__location { +} + +.header__contact-info__tel, +.header__contact-info__website, +.header__contact-info__email, +.header__contact-info__srht, +.header__contact-info__github, +.header__contact-info__stackoverflow, +.header__contact-info__linkedin { + display: inline +} |
