Template:CustomStyles

From Nithyanandapedia
Jump to navigation Jump to search

<style>

@media (max-width: 1200px) {
.photo-gallery { column-count: 2; }
}
@media (max-width: 800px) {
.photo-gallery { column-count: 1; }
}

</style>