diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-22 00:45:05 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-22 00:45:05 +0200 |
| commit | 7d4c1ee773e79330fa3cbe271613ba11475c7edd (patch) | |
| tree | e579e66c069add5f75d1ab7b5e1e7de5ae6526b3 /app/base.styl | |
| parent | 335632435e450d0e9ccafcdc71bd4357c1fc3f46 (diff) | |
Style modifications to work and skills margins
Diffstat (limited to 'app/base.styl')
| -rw-r--r-- | app/base.styl | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app/base.styl b/app/base.styl index 4e938ae..394d8b1 100644 --- a/app/base.styl +++ b/app/base.styl @@ -118,6 +118,17 @@ article { } .work { + article { + ul { + margin-top: 0.4em + } + + p { + margin-top: 0.4em + margin-bottom: 0.4em + } + } + article > .info { display: flex flex-flow: row wrap @@ -186,7 +197,7 @@ article { p { margin-left: 1.2em margin-right: 1.2em - margin-top: 0 + margin-top: 0.3em margin-bottom: 1.5em } } |
