/*
Theme Name:     Storefront Child
Theme URI:      https://example.com/storefront-child/
Description:    A child theme of Storefront
Author:         Wordpress Theme
Author URI:     https://example.com
Template:       storefront
Version:        1.0.0
*/

/* Add your custom CSS below */


h1,h2,h3,h4,h5,h6,p {
	margin: 0 0 20px;
	padding: 0;
}
p:last-child {
	margin: 0;
}