From 3455b28a2d83d4af43b5313991bc84e29bbd7395 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 4 Jul 2021 23:12:33 +0200 Subject: Convert the skills section to use BEM convention --- app/stylesheets/web/skills.styl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/stylesheets/web/skills.styl (limited to 'app/stylesheets/web/skills.styl') diff --git a/app/stylesheets/web/skills.styl b/app/stylesheets/web/skills.styl new file mode 100644 index 0000000..9432b96 --- /dev/null +++ b/app/stylesheets/web/skills.styl @@ -0,0 +1,24 @@ +.skills { +} + +.skills__header { +} + +.skills__content { + display: flex + flex-flow: row wrap + +} + +.skills__content__title { + min-width: 14% + text-align: right + font-weight: 900 +} + +.skills__content__items { + width: 80% + margin-bottom: 0.1em + margin-left: 25px +} + -- cgit v1.2.3