diff --git a/lang/de/app.php b/lang/de/app.php index 4ce6ee2..efd8883 100644 --- a/lang/de/app.php +++ b/lang/de/app.php @@ -122,7 +122,9 @@ return [ 'q4' => 'Gibt es nur diesen einen Reisepass?', 'a4' => 'Wir bieten den Hacker*innen-Reisepass sowie den Junghackerpass an. Letzteres jedoch nur in der deutschen Ausgabe.', 'q5' => 'Wie kann ich einen Hacker*innen-Reisepass beantragen?', - 'a5' => 'Klicken Sie auf diesen Verweis oder auf "Jetzt beantragen" in der Navigationsleiste oder auf die riesige + 'a5_1' => 'Klicken Sie auf', + 'a5_2' => 'diesen Verweis', + 'a5_3' => 'oder auf "Jetzt beantragen" in der Navigationsleiste oder auf die riesige leuchtende Schaltfläche auf der Startseite. Dort befolgen Sie einfach die Anweisungen.' ], 'imprint' => [ diff --git a/lang/en/app.php b/lang/en/app.php index f7513c4..96007df 100644 --- a/lang/en/app.php +++ b/lang/en/app.php @@ -122,7 +122,9 @@ return [ 'q4' => 'Is this the only passport available?', 'a4' => 'We offer the Hacker Passport and the Young Hacker Passport. The latter, however, is only available in the German edition.', 'q5' => 'How can I apply for a Hacker Passport?', - 'a5' => 'Click on this link, or on “Apply Now” in the navigation bar, or on the large + 'a5_1' => 'Click on', + 'a5_2' => 'this link', + 'a5_3' => ', or on “Apply Now” in the navigation bar, or on the large glowing button on the homepage. There, simply follow the instructions.' ], 'imprint' => [ diff --git a/public/css/style.css b/public/css/style.css index 41b547b..b487a40 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -142,6 +142,11 @@ select { background-color: transparent; } +dt { + font-size: 1.2em; + font-weight: bold; +} + @media (max-width: 1024px) { .header { flex-direction: column; diff --git a/resources/views/content/faq.blade.php b/resources/views/content/faq.blade.php index 497c5dd..186644f 100644 --- a/resources/views/content/faq.blade.php +++ b/resources/views/content/faq.blade.php @@ -8,18 +8,18 @@