MariaJackson1
10/8/2017 - 2:25 AM

Style 404 Page on GPP

/* Style 404 Page */

.error404 .site-main {
	width: 100%;
}

.error404 .site-content {
	display: flex;
	flex-direction: row;
  	align-items: center;
  	justify-content: center;
   	height: calc(100vh - 160px);    
}

.error404 h2.entry-title {
	text-align: center;
	}

.error404 .entry-content {
	text-align: center;
	}