diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:25:55 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:25:55 +0200 |
| commit | b6326b1345023f9361236dc3f6c7193ec4e83042 (patch) | |
| tree | 63eea63cf894340ef5817ede7499273d62ec0d76 /app/base.styl | |
| parent | 3913b19fc08a459ec9ef8f1773ae0c335149a37b (diff) | |
Convert the summary section to BEM convention
Diffstat (limited to 'app/base.styl')
| -rw-r--r-- | app/base.styl | 9 |
1 files changed, 1 insertions, 8 deletions
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 |
