Added contact us lang
This commit is contained in:
parent
ecb56ed9a9
commit
3d86536a9c
@ -1,4 +1,6 @@
|
|||||||
.contact-container {
|
.contact-container {
|
||||||
|
margin-top: 30px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
top: 100px;
|
top: 100px;
|
||||||
|
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
background-color: #d8d6d6;
|
background-color: #d8d6d6;
|
||||||
border: 0.5px solid #9D9D9D;
|
border: 0.5px solid #9D9D9D;
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ footer:
|
|||||||
contact:
|
contact:
|
||||||
title: Contact Us
|
title: Contact Us
|
||||||
subtitle: Leave us a message
|
subtitle: Leave us a message
|
||||||
contact.form-name-label: Name
|
form-name-label: Name
|
||||||
contact.form-email-label: Email
|
form-email-label: Email
|
||||||
contact.form-message-label: Start typing...
|
form-message-label: Start typing...
|
||||||
contact.form-button-label: Send
|
form-button-label: Send
|
Loading…
Reference in New Issue
Block a user