diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:40:53 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:40:53 +0200 |
| commit | d73707ba7ba1bbcd7baf25fe0a9217fb40890c90 (patch) | |
| tree | 8c34883f4e974af1e26f78bb339b13dc56677aba /app/stylesheets/web/header.styl | |
| parent | b6326b1345023f9361236dc3f6c7193ec4e83042 (diff) | |
Use stylus feature of not adding commas for less git diff
Diffstat (limited to 'app/stylesheets/web/header.styl')
| -rw-r--r-- | app/stylesheets/web/header.styl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/stylesheets/web/header.styl b/app/stylesheets/web/header.styl index 147c9e3..9a5a3f5 100644 --- a/app/stylesheets/web/header.styl +++ b/app/stylesheets/web/header.styl @@ -22,15 +22,15 @@ margin-bottom: 1em } -.header__contact-info__tel, +.header__contact-info__tel .header__contact-info__website { display: none } -.header__contact-info__email, -.header__contact-info__srht, -.header__contact-info__github, -.header__contact-info__stackoverflow, +.header__contact-info__email +.header__contact-info__srht +.header__contact-info__github +.header__contact-info__stackoverflow .header__contact-info__linkedin { display: inline } |
