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