summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/web
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-05 12:11:46 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-05 12:11:46 +0200
commit34eff40627683a108324ddc03e6bee2cc9b7ab5a (patch)
treeba6dd78e51897c4855424457c78b38760da6fbae /app/stylesheets/web
parentd2ae7fb89b94e725b74e7bd54ee4eb548783d044 (diff)
Restructure file names for web and fix minor linting issues
Diffstat (limited to 'app/stylesheets/web')
-rw-r--r--app/stylesheets/web/skills.styl9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/stylesheets/web/skills.styl b/app/stylesheets/web/skills.styl
index 9432b96..5614523 100644
--- a/app/stylesheets/web/skills.styl
+++ b/app/stylesheets/web/skills.styl
@@ -14,11 +14,18 @@
min-width: 14%
text-align: right
font-weight: 900
+ @media screen and (max-width: 780px) {
+ text-align: left
+ }
}
.skills__content__items {
width: 80%
margin-bottom: 0.1em
margin-left: 25px
-}
+ @media screen and (max-width: 780px) {
+ margin-bottom: 1em
+ width: 100%
+ }
+}