/* Enlarge code block when mouse hovers them */
pre {
	transition: width 0.2s;
	width: 100%;
}

pre:hover {
	width: 140%;
}

/* Theme sets too much height between lines */
pre code {
	line-height: 1.5;
}

/* Enlarge posts */
section {
	width: 85% !important;
}
