janikvonrotz
1/2/2014 - 1:07 PM

Wordpress Jetpack Responsive Fix #Wordpress

Wordpress Jetpack Responsive Fix #Wordpress

html{
	overflow-y: scroll;
}

body{
	text-align: center;
}

#wrapper{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.wp-caption, img, iframe {
	max-width: 100% !important;
}

article .featured-image img {
	box-shadow: none;
}