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