Localized & roughly done

This commit is contained in:
2022-05-21 17:11:48 +03:00
parent 448cb46e9e
commit 42bd2af228
7 changed files with 86 additions and 23 deletions

View File

@@ -1,20 +1,27 @@
.ContactForm {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding: var(--gap-md);
margin-left: var(--gap-xl);
margin-right: var(--gap-xl);
}
.ContactForm > * {
.form {
display: flex;
flex-direction: column;
align-items: center;
}
.form > * {
width: 100%;
max-width: 600px;
box-sizing: border-box;
margin-bottom: var(--gap-sm);
}
.submit {
cursor: pointer;
}
@media screen and (max-width: 1080px) {
.ContactForm {
margin: 0;