/*
Theme Name:   AtomicSoup Child
Theme URI:    http://atomicsoup.com
Description:  AtomicSoup WordPress theme example child theme
Author:       Neil Tipping
Author URI:   http://atomicsoup.com/neil-tipping
Template:     AtomicSoup
Version:      1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Enter your custom styles here for your child theme they will override the parent theme, however, they will not override the dynamic styles generated from the theme options panel. */


/* iPhone 6/7/8 in portrait and below */
@media (max-width: 375px) {
	img.aboutmoshepic { width:100%; padding-bottom:20px; }
}