http://glauberramos.github.com/responsive-design-presentation Created by Glauber Ramos / @glauberamos
.content {
padding: 4%;
width: 900px;
}
.figure-container {
float: right;
margin-bottom: 0.5em;
width: 48.7341772%; /* 231px / 474px */
}
img {
max-width: 100%;
}
Fluid Image Tests
@media screen and (min-width: 320px) {
#navigation {
display: none;
}
#sitemap-container ul {
margin-left: 5%;
}
}
@media screen and (min-width: 320px) {
#navigation {
display: none;
}
#sitemap-container ul {
margin-left: 5%;
}
}
meta name="viewport" content="initial-scale=1.0, width=device-width"