/*
Theme Name: Finch (whywaita)
Description: blog.whywrite.it 用の Finch の child theme。
Template: finch
Version: 1.0.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Finch WordPress Theme, Copyright 2014 wpmultiverse.com
Text Domain: finch-whywaita
*/

/* Customizer の追加 CSS（finch に紐付いていたもの）をここへ移した */

.container {
	width: 90%;
}

@media (max-width: 750px) {
	.container {
		width: 99%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

pre.prettyprint, code.prettyprint {
	font-family: 'Droid Sans Mono', 'CPMono_v07 Bold', 'Droid Sans';
	background-color: #fafafa;
	border-radius: 4px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	border: 0px;
}

pre.prettyprint {
	padding: 10px;
	white-space: pre;
}
