added prototypical support for mobile devises

This commit is contained in:
Yord 2014-07-01 23:04:14 +02:00
parent f895be7ad4
commit 1a09b59d26
7 changed files with 47 additions and 4 deletions

View file

@ -0,0 +1,20 @@
@media only screen and (max-width: 480px) {
body {
max-width: 700px;
}
header#head h1 {
font-size: 2em;
}
article {
width: 700px;
}
input, textarea {
-webkit-appearance: none;
padding: 0;
}
}