Center Section elements on a desktop version - leaves mobile untouched

PHOTO EMBED

Mon Feb 22 2021 22:36:40 GMT+0000 (Coordinated Universal Time)

Saved by @Abhi #html #css

Squarespace sectionID {
  	@media screen and (min-width: 640px) {
      	.sqs-row{
      	display: flex;
      	align-items: center;
      	box-sizing: border-box;
      	justify-content: center;
  	}
 	}	
content_copyCOPY