mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
added prototypical support for mobile devises
This commit is contained in:
parent
f895be7ad4
commit
1a09b59d26
7 changed files with 47 additions and 4 deletions
20
static/stylesheets/ipad.css
Normal file
20
static/stylesheets/ipad.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
@media only screen and (max-width: 1024px) {
|
||||
|
||||
body {
|
||||
max-width: auto;
|
||||
}
|
||||
|
||||
header#head h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
article {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
-webkit-appearance: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue