diff options
Diffstat (limited to 'app/stylesheets')
| -rw-r--r-- | app/stylesheets/print/header.styl | 4 | ||||
| -rw-r--r-- | app/stylesheets/web/header.styl | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl index 3a8e14f..7b982c2 100644 --- a/app/stylesheets/print/header.styl +++ b/app/stylesheets/print/header.styl @@ -15,3 +15,7 @@ .header__linkedin { display: inline } + +.header__pgp { + display: none +} diff --git a/app/stylesheets/web/header.styl b/app/stylesheets/web/header.styl index 9ff75a8..056db86 100644 --- a/app/stylesheets/web/header.styl +++ b/app/stylesheets/web/header.styl @@ -38,6 +38,7 @@ .header__srht .header__github .header__stackoverflow +.header__pgp .header__linkedin { display: inline-block margin: 8px; |
