/*
Theme Name: Theme
Author: Wonderstudios
Author URI: https://www.wonderstudios.com/
Description:  WP Theme by Wonderstudios
Version: 1.0
*/

@import 'assets/css/main.css';

pre{
	background: #efefef;
	border: 1px grey solid;
	border-radius: 6px;
	padding: 20px;
	margin: 20px;
	font-size: 12px;
	line-height: 1.2;
	font-family: courier;
	max-height: 250px;
	overflow: auto;
	text-align: left ;
}