diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 14:02:06 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 14:02:06 +0200 |
| commit | 030bd6c5f47e57a2afda750710e1f2a0db244330 (patch) | |
| tree | 8507e7391a8d225ddb92ac25564fd535633e16ba /app/stylesheets/web | |
| parent | 920b17ffa4b742d256706d9c39066a8c1ada0921 (diff) | |
Refactor header (better BEM)
Diffstat (limited to 'app/stylesheets/web')
| -rw-r--r-- | app/stylesheets/web/header.styl | 16 |
1 files changed, 8 insertions, 8 deletions
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 } |
