diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-07 06:54:57 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-07 06:54:57 +0200 |
| commit | 08788aa48f30c6821fdd4ec15b16f05f075769d7 (patch) | |
| tree | 671021b87d746cffcedbb08d3f20256a3feed6b3 /app/print.styl | |
| parent | ca6bdbb39732d0b491d9f55c0fa1f1abbff9e865 (diff) | |
Style the education section of the page
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/print.styl b/app/print.styl index 0d5915d..9c1ff49 100644 --- a/app/print.styl +++ b/app/print.styl @@ -76,3 +76,17 @@ article { } } } + +.education { + article { + // title + h2 { + margin-top: 1.2em + } + + // university/grade + p { + margin-bottom: -0.4em + } + } +} |
