diff options
Diffstat (limited to 'app/base.styl')
| -rw-r--r-- | app/base.styl | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/app/base.styl b/app/base.styl index 662b7f3..b135591 100644 --- a/app/base.styl +++ b/app/base.styl @@ -20,30 +20,31 @@ a:link, a:visited, a:hover, a:active { border-bottom: 1px solid secondaryColor } -@require "stylesheets/web/header.styl" -@require "stylesheets/web/summary.styl" +.section-header { + display: flex + flex-direction: row + margin-bottom: -0.3em -article { - h1 { - display: flex - flex-direction: row - } - - h1:before, h1:after { + &:before { content: ""; border-bottom: 1px solid margin: auto; - } - h1:before { - margin-right: 0.3em + margin-right: 0.5em flex: 5 5; } - h1:after { - margin-left: 0.3em + + &:after { + content: ""; + border-bottom: 1px solid + margin: auto; + margin-left: 0.5em flex: 100 0; } } +@require "stylesheets/web/header.styl" +@require "stylesheets/web/summary.styl" + .skills { dl { display: flex |
