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/print/skills.styl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/stylesheets/print/skills.styl (limited to 'app/stylesheets/print') diff --git a/app/stylesheets/print/skills.styl b/app/stylesheets/print/skills.styl new file mode 100644 index 0000000..63c04d6 --- /dev/null +++ b/app/stylesheets/print/skills.styl @@ -0,0 +1,13 @@ +.skills__content { + margin-top: 1.5em +} + +.skills__content__title { + min-width: 12% + margin-left: 15px +} + +.skills__content__items { + margin-bottom: 0.1em + margin-left: 15px +} -- cgit v1.2.3