diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 12:11:46 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 12:11:46 +0200 |
| commit | 34eff40627683a108324ddc03e6bee2cc9b7ab5a (patch) | |
| tree | ba6dd78e51897c4855424457c78b38760da6fbae /app/stylesheets | |
| parent | d2ae7fb89b94e725b74e7bd54ee4eb548783d044 (diff) | |
Restructure file names for web and fix minor linting issues
Diffstat (limited to 'app/stylesheets')
| -rw-r--r-- | app/stylesheets/print/summary.styl | 5 | ||||
| -rw-r--r-- | app/stylesheets/web/skills.styl | 9 |
2 files changed, 13 insertions, 1 deletions
diff --git a/app/stylesheets/print/summary.styl b/app/stylesheets/print/summary.styl index e69de29..88d0386 100644 --- a/app/stylesheets/print/summary.styl +++ b/app/stylesheets/print/summary.styl @@ -0,0 +1,5 @@ +.section-header.summary__header { +} + +.summary__content { +} 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% + } +} |
