From 3d86536a9cfb7fd13feb855044cc1710b1367f73 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sat, 29 Apr 2023 14:08:33 -0400 Subject: [PATCH] Added contact us lang --- css/call_to_action.css | 2 ++ css/language-picker.css | 2 ++ locales/en.yml | 8 ++++---- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/css/call_to_action.css b/css/call_to_action.css index ce94f10..e6ef55c 100644 --- a/css/call_to_action.css +++ b/css/call_to_action.css @@ -1,4 +1,6 @@ .contact-container { + margin-top: 30px; + display: flex; flex-direction: column; justify-content: center; diff --git a/css/language-picker.css b/css/language-picker.css index 40aa73d..56fb52c 100644 --- a/css/language-picker.css +++ b/css/language-picker.css @@ -3,6 +3,8 @@ left: 0px; top: 100px; + z-index: 1; + background-color: #d8d6d6; border: 0.5px solid #9D9D9D; diff --git a/locales/en.yml b/locales/en.yml index dea9cde..ce06d51 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -59,7 +59,7 @@ footer: contact: title: Contact Us subtitle: Leave us a message - contact.form-name-label: Name - contact.form-email-label: Email - contact.form-message-label: Start typing... - contact.form-button-label: Send \ No newline at end of file + form-name-label: Name + form-email-label: Email + form-message-label: Start typing... + form-button-label: Send \ No newline at end of file