< Template:Home | Polaroids
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 3: | Line 3: | ||
} | } | ||
#polaroid-gallery li:nth-child( | #polaroid-gallery li:nth-child(3) { | ||
content: ' '; | content: ' '; | ||
display: block; | display: block; | ||
Revision as of 21:26, 20 April 2022
#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%;
}
}