/*
Theme Name:   BlackSouthernBelle
Description:  Southern Bred, Soul Infused
Author:       chloédigital
Author URL:   https://chloedigital.com
Template:     pipdig-etoile
Version:      1.0
Text Domain:  BlackSouthernBelle
*/

/* Write here your own personal stylesheet */

.instagram-pics {
	display: flex;
	flex-wrap: wrap;
}

.instagram-pics > li {
	padding: 5px !important;
	width: 20%;
}

.instagram-pics li img {
	display: block;
	width: 100%;
}

.entry-footer {
	clear: both;
}

@media (max-width: 940px) {
	.instagram-pics > li {
		width: 100%;
	}
}