< Template:Home | Polaroids
#polaroid-gallery li { display: inline-block; } #polaroid-gallery li:nth-child(3) { content: ' '; display: block; } #polaroid-gallery { width: 50%; } @media (max-width: 850px) { #polaroid-gallery { width: 100%; } }
#polaroid-gallery li { display: inline-block; } #polaroid-gallery li:nth-child(3) { content: ' '; display: block; } #polaroid-gallery { width: 50%; } @media (max-width: 850px) { #polaroid-gallery { width: 100%; } }