summaryrefslogtreecommitdiffstats
path: root/app/base.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-04 23:12:33 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-04 23:12:33 +0200
commit3455b28a2d83d4af43b5313991bc84e29bbd7395 (patch)
tree61ce42059dbc633dfddedb43b4384bb7e60fcffb /app/base.styl
parent39932dd71d54055692ba9985a233905f7066be7a (diff)
Convert the skills section to use BEM convention
Diffstat (limited to 'app/base.styl')
-rw-r--r--app/base.styl27
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 {