diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 14:05:47 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 14:05:47 +0200 |
| commit | 4117285c98bef8392f03cdba4642ecf2bec59a9e (patch) | |
| tree | 39723039123505f30d3149e1db2fa26f0bca94b2 /app/stylesheets | |
| parent | 0b80aa5f8859744c99482f3bb9c685fd5915c564 (diff) | |
Refactor skills section class names
Diffstat (limited to 'app/stylesheets')
| -rw-r--r-- | app/stylesheets/print/skills.styl | 4 | ||||
| -rw-r--r-- | app/stylesheets/web/skills.styl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/stylesheets/print/skills.styl b/app/stylesheets/print/skills.styl index 63c04d6..57c51fa 100644 --- a/app/stylesheets/print/skills.styl +++ b/app/stylesheets/print/skills.styl @@ -2,12 +2,12 @@ margin-top: 1.5em } -.skills__content__title { +.skills__title { min-width: 12% margin-left: 15px } -.skills__content__items { +.skills__items { margin-bottom: 0.1em margin-left: 15px } diff --git a/app/stylesheets/web/skills.styl b/app/stylesheets/web/skills.styl index 5614523..29e9fd3 100644 --- a/app/stylesheets/web/skills.styl +++ b/app/stylesheets/web/skills.styl @@ -10,7 +10,7 @@ } -.skills__content__title { +.skills__title { min-width: 14% text-align: right font-weight: 900 @@ -19,7 +19,7 @@ } } -.skills__content__items { +.skills__items { width: 80% margin-bottom: 0.1em margin-left: 25px |
