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