diff options
Diffstat (limited to 'app/base.styl')
| -rw-r--r-- | app/base.styl | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/app/base.styl b/app/base.styl index b135591..88894c5 100644 --- a/app/base.styl +++ b/app/base.styl @@ -44,32 +44,7 @@ a:link, a:visited, a:hover, a:active { @require "stylesheets/web/header.styl" @require "stylesheets/web/summary.styl" - -.skills { - dl { - display: flex - flex-flow: row wrap - } - - dt { - min-width: 15% - font-weight: 900 - text-align: right - @media screen and (max-width: 740px) { - text-align: left - } - } - - dd { - width: 80% - margin-left: 30px - margin-bottom: 0.1em - @media screen and (max-width: 740px) { - margin-bottom: 1em - width: 100% - } - } -} +@require "stylesheets/web/skills.styl" .work { article { |
