From e91340fcf48385bc1779da22f176804829db01ee Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 15 Aug 2024 15:00:18 +0200 Subject: [PATCH] Fixed layout shifting on button --- assets/scss/_custom.scss | 2 +- i18n/de.toml | 2 +- i18n/en.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss index 855be5f4..38de0796 100644 --- a/assets/scss/_custom.scss +++ b/assets/scss/_custom.scss @@ -793,7 +793,7 @@ article.first { &:focus-visible, &:focus { & span { - margin-left: 0.75rem; + transform: translateX(0.25rem); } } } diff --git a/i18n/de.toml b/i18n/de.toml index 05ff944c..491ab2ac 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -57,7 +57,7 @@ other = "Unser Fachwissen" [aboutTitle] other = "Open Source und UX gehören zusammen" [aboutSubtitle] -other = "Ura ist eine Design-Agentur, die an Open-Source- und datenschutzfreundlicher Software arbeitet. Seit 2016 unterstützen wir Software-Projekte dabei sich bestens zu präsentieren. Unser Team sitzt in Tirana, Grenoble und Berlin." +other = "Ura ist eine Design-Agentur, die an Open-Source- und datenschutzfreundlicher Software arbeitet. Seit 2016 unterstützen wir Software-Projekte dabei sich bestens zu präsentieren. Unser Team sitzt in Tirana, Grenoble, Berlin und Málaga." [aboutDesignSponsorship] other = "Pro Bono Design-Unterstützung" [aboutDesignSponsorshipDescription] diff --git a/i18n/en.toml b/i18n/en.toml index c31f35f4..5cec1ae2 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -58,7 +58,7 @@ other = "Our Expertise" [aboutTitle] other = "Open Source and Usability belong together" [aboutSubtitle] -other = "Ura is a design agency working on open source and privacy-preserving software. We've been supporting software projects since 2016 to be the best they can be. Our team is based in Tirana (Albania), Grenoble (France) and Berlin (Germany)." +other = "Ura is a design agency working on open source and privacy-preserving software. We've been supporting software projects since 2016 to be the best they can be. Our team is based in Tirana (Albania), Grenoble (France), Berlin (Germany) and Málaga (Spain)." [aboutDesignSponsorship] other = "Pro Bono Design Support" [aboutDesignSponsorshipDescription]