photo-wall.css
398 Bytes
.photo-wall {
width: 100%;
padding-left: 5px;
box-sizing: border-box;
margin-bottom: 5px;
}
.photo-wall .photo-item {
float: left;
box-sizing: border-box;
padding: 0 5px 5px 0;
height: 105px;
}
.photo-wall .photo-item img {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.photo-wall .photo-1p {
width: 33.33%;
}
.photo-wall .photo-2p {
width: 66.66%;
}