From 030bd6c5f47e57a2afda750710e1f2a0db244330 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 5 Jul 2021 14:02:06 +0200 Subject: Refactor header (better BEM) --- app/stylesheets/print/header.styl | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) (limited to 'app/stylesheets/print/header.styl') 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 } -- cgit v1.2.3