html {
overflow: hidden;
}
body{ zoom: 100%}
@media only screen and (max-device-width: 480px) {
div.footer {
width: 400px;
04
}
05
06
div.header {
07
background-image: url(media-queries-phone.jpg);
08
height: 93px;
09
position: relative;
10
}
11
12
div#top h1 {
13
font-size: 140%;
14
}
15
16
#content {
17
float: none;
18
width: 100%;
19
}
20
21
#navigation {
22
float:none;
23
width: auto;
24
}
25
}