diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/de.html | 2 | ||||
| -rw-r--r-- | app/stylesheets/print/work.styl | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/de.html b/app/assets/de.html index 755e782..3693575 100644 --- a/app/assets/de.html +++ b/app/assets/de.html @@ -28,7 +28,7 @@ <h1 class="header__name">Ahmed AbdelHalim</h1> <em class="header__job-title">Plattform-Ingenieur · DevOps</em> <address class="header__contact-info"> - <div class="header__location">Berlin, Germany</div> + <div class="header__location">Berlin, Deutschland</div> <div class="header__tel"><a href="tel:+491770126386">+49 177 912 6386</a></div> <div class="header__email"><a href="mailto:[email protected]">[email protected]</a></div> <div class="header__website"><a href="https://a14m.me">website</a></div> diff --git a/app/stylesheets/print/work.styl b/app/stylesheets/print/work.styl index 19a1781..63368ae 100644 --- a/app/stylesheets/print/work.styl +++ b/app/stylesheets/print/work.styl @@ -1,6 +1,5 @@ .work { - margin-top: 100px - margin-bottom: 180px + margin-top: 75px } .work__experience { |
