////
/// Masonry blog component.
///
/// @group  Components
/// @author Lee Anthony <seothemeswp@gmail.com>
/// @link   https://CustomizePro.com/
////

.masonry {
	width: 100%;

	.entry {
		margin-left: 0 !important;
	}
}
