summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-11-17 18:26:11 +0100
committerAhmed Abdelhalim <[email protected]>2022-11-17 18:26:11 +0100
commitdbada4d034160f21762341f375389854f5165a25 (patch)
treedda1e257967792fbf48c6a9d6c35085a4cbfd9f5
parenta48d0fe1fd7a8375f873e93df070f72095a882cf (diff)
Fix style and translation of German print
-rw-r--r--app/assets/de.html2
-rw-r--r--app/stylesheets/print/work.styl3
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 &centerdot; 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 {