/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://www.hodaka.org/twenty-seventeen-child/
 Description:  Twenty Seventeen Child Theme
 Author:       hodaka
 Author URI:   http://www.hodaka.org
 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:  twenty-Seventeen-child
*/

/* Layout */

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 65%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 29%;
	}
	
/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

.single .entry-meta a.post-edit-link {
	margin-left: 1em;
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
.entry-content blockquote {
	margin-left: 1.5em;
}
