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/media.styl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/media.styl') diff --git a/app/media.styl b/app/media.styl index 0f8eb63..82e4a85 100644 --- a/app/media.styl +++ b/app/media.styl @@ -12,3 +12,13 @@ } } +@media screen and (max-width: 780px) { + .skills__content__title { + text-align: left + } + + .skills__content__items { + margin-bottom: 1em + width: 100% + } +} -- cgit v1.2.3