diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 00:49:58 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 00:49:58 +0200 |
| commit | 936e7ebc1e581ec63bc4d4fbea8dd700ce8906de (patch) | |
| tree | 4cb9a8bfd65736f1f0f06ad24aeafa35e4d7eef8 /app/base.styl | |
| parent | 3455b28a2d83d4af43b5313991bc84e29bbd7395 (diff) | |
Convert the writing and projects section to use BEM
Diffstat (limited to 'app/base.styl')
| -rw-r--r-- | app/base.styl | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/app/base.styl b/app/base.styl index 88894c5..7603ba1 100644 --- a/app/base.styl +++ b/app/base.styl @@ -45,6 +45,8 @@ a:link, a:visited, a:hover, a:active { @require "stylesheets/web/header.styl" @require "stylesheets/web/summary.styl" @require "stylesheets/web/skills.styl" +@require "stylesheets/web/writing.styl" +@require "stylesheets/web/projects.styl" .work { article { @@ -115,24 +117,6 @@ a:link, a:visited, a:hover, a:active { } } -.writing, .projects { - article { - // title - h2 { - margin-bottom: 0 - font-size: 1.2em - } - - // description - p { - margin-left: 1.2em - margin-right: 1.2em - margin-top: 0.3em - margin-bottom: 1.5em - } - } -} - .education { article { display: flex |
