/*
 *  Theme Name:  Chant Cafe 
 *   Theme URI:    http://chantcafe.com/chantcafe
 *    Description:  Chant Cafe Theme
 *     Author:      Richard Chonak 
 *      Author URI:   http://chantcafe.com
 *       Template:     twentyseventeen
 *        Version:      1.0.0
 *         License:      GNU General Public License v2 or later
 *          License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 *           Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 *            Text Domain:  chantcafe
 *            */
blockquote {
	margin-left: 3vw;
	font-size: inherit;
}

@media screen and (max-width: 30em) {
	blockquote {
		margin-left: 1em;
	}
}

