Contact form finished
This commit is contained in:
parent
217d3e73d3
commit
8088cd1df3
5 changed files with 53 additions and 23 deletions
|
@ -308,6 +308,25 @@ table img {
|
|||
color: #208DCC;
|
||||
}
|
||||
|
||||
form label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
form textarea,
|
||||
form input {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
form textarea {
|
||||
height: 160px;
|
||||
width: 100%;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 699px) {
|
||||
#site-logo {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue