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/web | |
| parent | 0b80aa5f8859744c99482f3bb9c685fd5915c564 (diff) | |
Refactor skills section class names
Diffstat (limited to 'app/stylesheets/web')
| -rw-r--r-- | app/stylesheets/web/skills.styl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
