From b6326b1345023f9361236dc3f6c7193ec4e83042 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 4 Jul 2021 18:25:55 +0200 Subject: Convert the summary section to BEM convention --- app/base.styl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'app/base.styl') diff --git a/app/base.styl b/app/base.styl index 31b12d7..662b7f3 100644 --- a/app/base.styl +++ b/app/base.styl @@ -21,6 +21,7 @@ a:link, a:visited, a:hover, a:active { } @require "stylesheets/web/header.styl" +@require "stylesheets/web/summary.styl" article { h1 { @@ -43,14 +44,6 @@ article { } } -.summary { - h1 { display: none } - p { - text-align: justify - margin-top: 2.5em - } -} - .skills { dl { display: flex -- cgit v1.2.3