tidy up contact css class structure
This commit is contained in:
parent
401c641a7f
commit
05e5f519cd
5 changed files with 35 additions and 44 deletions
|
|
@ -7,13 +7,6 @@ $gray: #999;
|
|||
$green: #00b3aa;
|
||||
$border: 1px solid #e6e6e6;
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
/* font-family: 'Poppins', sans-serif; */
|
||||
}
|
||||
|
||||
body {
|
||||
/* height: 100vh; */
|
||||
|
|
@ -23,12 +16,29 @@ body {
|
|||
/* background: $bg; */
|
||||
}
|
||||
|
||||
.content {
|
||||
* {
|
||||
/* padding: 0; */
|
||||
/* margin: 0; */
|
||||
/* box-sizing: border-box; */
|
||||
/* outline: none; */
|
||||
/* font-family: 'Poppins', sans-serif; */
|
||||
}
|
||||
|
||||
.contact.content {
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
|
||||
.contact-form {
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
}
|
||||
|
||||
width: 80vw;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
@ -116,8 +126,8 @@ body {
|
|||
}
|
||||
|
||||
&:first-of-type input {
|
||||
width: 50.1%;
|
||||
margin-right: -5px;
|
||||
width: 50.0%;
|
||||
/* margin-right: -1px; */
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue