added contact form mobile responsiveness
This commit is contained in:
parent
ad511b3a1b
commit
826dc8e84e
|
|
@ -14,8 +14,9 @@
|
|||
<link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg">
|
||||
|
||||
<link rel="stylesheet" href="style/main.css" media = "screen">
|
||||
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
|
||||
<link rel="stylesheet" href="contact/contact.css" media="screen">
|
||||
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
|
||||
<link rel="stylesheet" href="contact/contact_mobile.css" media ="screen and (max-width:800px)">
|
||||
</head>
|
||||
<body id="clicked">
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,20 @@
|
|||
form {
|
||||
min-width: 1em;
|
||||
max-width: 25.8em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#contact_details > input {
|
||||
min-width: 1em;
|
||||
max-width: 30em;
|
||||
}
|
||||
|
||||
#contact_body > textarea {
|
||||
min-width: 1em;
|
||||
max-width: 25.8em;
|
||||
}
|
||||
|
||||
#contact_reason {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue