summaryrefslogtreecommitdiffstats
path: root/app/media.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/media.styl
parent39932dd71d54055692ba9985a233905f7066be7a (diff)
Convert the skills section to use BEM convention
Diffstat (limited to 'app/media.styl')
-rw-r--r--app/media.styl10
1 files changed, 10 insertions, 0 deletions
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%
+ }
+}