diff options
Diffstat (limited to 'app/stylesheets')
| -rw-r--r-- | app/stylesheets/print/header.styl | 29 | ||||
| -rw-r--r-- | app/stylesheets/web/header.styl | 16 |
2 files changed, 15 insertions, 30 deletions
diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl index e3b42c8..5b05637 100644 --- a/app/stylesheets/print/header.styl +++ b/app/stylesheets/print/header.styl @@ -1,24 +1,9 @@ -.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 { +.header__tel +.header__website +.header__email +.header__srht +.header__github +.header__stackoverflow +.header__linkedin { display: inline } diff --git a/app/stylesheets/web/header.styl b/app/stylesheets/web/header.styl index 9a5a3f5..3a23a48 100644 --- a/app/stylesheets/web/header.styl +++ b/app/stylesheets/web/header.styl @@ -16,21 +16,21 @@ font-style: normal } -.header__contact-info__location { +.header__location { display: block font-style: italic margin-bottom: 1em } -.header__contact-info__tel -.header__contact-info__website { +.header__tel +.header__website { display: none } -.header__contact-info__email -.header__contact-info__srht -.header__contact-info__github -.header__contact-info__stackoverflow -.header__contact-info__linkedin { +.header__email +.header__srht +.header__github +.header__stackoverflow +.header__linkedin { display: inline } |
