mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 22:37:20 +00:00
20 lines
No EOL
219 B
CSS
20 lines
No EOL
219 B
CSS
@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;
|
|
}
|
|
|
|
} |